Skip to content

Commit

Permalink
Set version to 0.2.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett committed Dec 29, 2016
1 parent d12ae5e commit be71299
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.0.{build}
version: 0.2.1.{build}
branches:
only:
- master
Expand Down Expand Up @@ -29,4 +29,4 @@ notifications:
secure: ULHzhdaGoUWJwQqameGnvmg+61OInc0YMit2rTezp2pi3ZB4ehCq4T0h3WbnVEcu
on_build_success: true
on_build_failure: true
on_build_status_changed: true
on_build_status_changed: true
4 changes: 2 additions & 2 deletions packaging/Positron.Server.Hosting.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>Positron.Server.Hosting</id>
<version>0.2.0</version>
<version>0.2.1</version>
<authors>btburnett3</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Positron Hosting</title>
Expand All @@ -16,7 +16,7 @@
<dependencies>
<dependency id="Microsoft.AspNetCore.Mvc" version="1.0.1" />
<dependency id="Microsoft.AspNetCore.Hosting" version="1.0.0" />
<dependency id="Positron.Server" version="0.2.0" />
<dependency id="Positron.Server" version="0.2.1" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion packaging/Positron.Server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>Positron.Server</id>
<version>0.2.0</version>
<version>0.2.1</version>
<authors>btburnett3</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Positron Server</title>
Expand Down
4 changes: 2 additions & 2 deletions packaging/Positron.UI.WinFormsInterop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>Positron.UI.WinFormsInterop</id>
<version>0.2.0</version>
<version>0.2.1</version>
<authors>btburnett3</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Positron WinForms Interop Extensions</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<copyright>Copyright (c) 2016 Pathfinder Software, LLC. All Rights Reserved.</copyright>
<dependencies>
<dependency id="Positron.UI" version="0.2.0" />
<dependency id="Positron.UI" version="0.2.1" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions packaging/Positron.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>Positron.UI</id>
<version>0.2.0</version>
<version>0.2.1</version>
<authors>btburnett3</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Positron UI</title>
Expand All @@ -14,8 +14,8 @@
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<copyright>Copyright (c) 2016 Pathfinder Software, LLC. All Rights Reserved.</copyright>
<dependencies>
<dependency id="Positron.Server" version="0.2.0" />
<dependency id="Positron.Server.Hosting" version="0.2.0" />
<dependency id="Positron.Server" version="0.2.1" />
<dependency id="Positron.Server.Hosting" version="0.2.1" />
<dependency id="CefSharp.Wpf" version="53.0.0" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.0.0" />
<dependency id="Microsoft.Extensions.Options" version="1.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit be71299

Please sign in to comment.