Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Version bump for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Dec 5, 2015
1 parent 725afe1 commit 9adcaee
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Stormpath.SDK.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK.Core</id>
<version>0.3.0</version>
<version>0.3.1</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath,Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions Stormpath.SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK</id>
<version>0.3.0</version>
<version>0.3.1</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath,Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
Expand All @@ -14,7 +14,7 @@
<language>en-US</language>
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<dependency id="Stormpath.SDK.Core" version="0.3.0" />
<dependency id="Stormpath.SDK.Core" version="0.3.1" />
<dependency id="Stormpath.SDK.RestSharpClient" version="0.3.0" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="0.3.0" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.3.0.0")>
<Assembly: AssemblyFileVersion("0.3.0.0")>
<Assembly: AssemblyVersion("0.3.1.0")>
<Assembly: AssemblyFileVersion("0.3.1.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
4 changes: 2 additions & 2 deletions Stormpath.SDK/Stormpath.SDK.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
4 changes: 2 additions & 2 deletions Stormpath.SDK/Stormpath.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: InternalsVisibleTo("Stormpath.SDK.Tests")]
[assembly: InternalsVisibleTo("Stormpath.SDK.Tests.Common")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
Expand Down

0 comments on commit 9adcaee

Please sign in to comment.