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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Feb 6, 2016
1 parent 8e8d4aa commit 88e82fb
Show file tree
Hide file tree
Showing 6 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.5.0</version>
<version>0.5.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.RestSharpClient.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.RestSharpClient</id>
<version>0.5.0</version>
<version>0.5.1</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath, Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<dependency id="RestSharp" version="105.2.2" />
<dependency id="Stormpath.SDK.Core" version="0.5.0" />
<dependency id="Stormpath.SDK.Core" version="0.5.1" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 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.5.0</version>
<version>0.5.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,8 +14,8 @@
<language>en-US</language>
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<dependency id="Stormpath.SDK.Core" version="0.5.0" />
<dependency id="Stormpath.SDK.RestSharpClient" version="0.5.0" />
<dependency id="Stormpath.SDK.Core" version="0.5.1" />
<dependency id="Stormpath.SDK.RestSharpClient" version="0.5.1" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="0.5.0" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Stormpath.SDK.RestSharpClient.Tests")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2016 Stormpath, Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("64893bf7-f4aa-4374-b81b-4572989852eb")]

[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.5.1")]
[assembly: AssemblyFileVersion("0.5.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("21f7a025-7bb1-49b0-8ad3-cee8a3b1d542")]

[assembly: AssemblyVersion("0.5.0")]
[assembly: AssemblyFileVersion("0.5.0")]
[assembly: AssemblyVersion("0.5.1")]
[assembly: AssemblyFileVersion("0.5.1")]
[assembly: InternalsVisibleTo("Stormpath.SDK.RestSharpClient.Tests")]
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 @@ -33,8 +33,8 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("79a65c37-9db1-413a-ac23-708404530295")]

[assembly: AssemblyVersion("0.5.0")]
[assembly: AssemblyFileVersion("0.5.0")]
[assembly: AssemblyVersion("0.5.1")]
[assembly: AssemblyFileVersion("0.5.1")]
[assembly: InternalsVisibleTo("Stormpath.SDK.Tests")]
[assembly: InternalsVisibleTo("Stormpath.SDK.Tests.Common")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
Expand Down

0 comments on commit 88e82fb

Please sign in to comment.