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

Commit

Permalink
Bump for release 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Nov 1, 2016
1 parent 044d4cd commit 754b738
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.95.0-beta4</version>
<version>0.95.0</version>
<authors>Nate Barbettini, Sai Maddali, and contributors</authors>
<owners>Stormpath, Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-dotnet/blob/master/LICENSE</licenseUrl>
Expand All @@ -14,12 +14,12 @@
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="Stormpath.SDK.Core" version="[0.95.0-beta4, )" />
<dependency id="Stormpath.SDK.Core" version="[0.95.0, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.94.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.91.0, )" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Stormpath.SDK.Core" version="[0.95.0-beta4, )" />
<dependency id="Stormpath.SDK.Core" version="[0.95.0, )" />
<dependency id="Stormpath.SDK.RestSharpClient" version="[0.94.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.91.0, )" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion src/Stormpath.SDK.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.95.0-beta4"
"version": "0.95.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.Cache.Redis/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"StackExchange.Redis": "1.1.608",
"Stormpath.SDK.Abstractions": {
"target": "project",
"version": "0.95.0-beta4"
"version": "0.95.0"
}
},
"description": "Redis cache adapter for the Stormpath .NET SDK",
Expand Down Expand Up @@ -38,5 +38,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Cache.Redis"
},
"version": "0.95.0-beta4"
"version": "0.95.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Stormpath.Configuration": "6.0.0",
"Stormpath.SDK.Abstractions": {
"target": "project",
"version": "0.95.0-beta4"
"version": "0.95.0"
},
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
},
Expand Down Expand Up @@ -48,5 +48,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.95.0-beta4"
"version": "0.95.0"
}

0 comments on commit 754b738

Please sign in to comment.