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

Commit

Permalink
Bump version to 0.7.1 actual
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 11, 2016
1 parent f353e14 commit 91ce183
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 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.7.1-beta3</version>
<version>0.7.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,22 +15,22 @@
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<group targetFramework="DNX4.5.1">
<dependency id="Stormpath.SDK.Core" version="[0.7.1-beta3, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
<group targetFramework=".NETPlatform5.4">
<dependency id="Stormpath.SDK.Core" version="[0.7.1-beta3, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
<group targetFramework=".NETFramework4.5.1">
<dependency id="Stormpath.SDK.Core" version="[0.7.1-beta3, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.1, )" />
<dependency id="Stormpath.SDK.RestSharpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
<group targetFramework=".NETCore5.0">
<dependency id="Stormpath.SDK.Core" version="[0.7.1-beta3, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
Expand Down
4 changes: 2 additions & 2 deletions doc/examples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"authors": [ "Nate Barbettini", "Contributors" ],
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.SDK.Core": "0.7.1-beta3",
"Stormpath.SDK.Core": "0.7.1",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"Stormpath.SDK.RestSharpClient": "0.7.0"
},
Expand All @@ -21,5 +21,5 @@
"tooling": {
"defaultNamespace": "DocExamples"
},
"version": "0.7.1-beta3"
"version": "0.7.1"
}
2 changes: 1 addition & 1 deletion src/Stormpath.SDK.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.7.1-beta3",
"version": "0.7.1",
"xmlDoc": true
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"Polyglot": "1.0.0",
"Stormpath.Configuration": "2.0.0",
"Stormpath.SDK.Abstractions": "0.7.1-beta3"
"Stormpath.SDK.Abstractions": "0.7.1"
},
"description": "The official Stormpath SDK for .NET. Don't install this package directly; install the Stormpath.SDK package unless you are bringing your own JSON serializer and HTTP client plugins.",
"frameworks": {
Expand Down Expand Up @@ -56,6 +56,6 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.7.1-beta3",
"version": "0.7.1",
"xmlDoc": true
}
4 changes: 2 additions & 2 deletions test/Stormpath.SDK.Tests.Common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"FluentAssertions": "4.2.2",
"Newtonsoft.Json": "7.0.1",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Core": "0.7.1",
"Stormpath.SDK.Http.SystemNetHttpClient": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"xunit": "2.1.0",
Expand All @@ -30,5 +30,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Common"
},
"version": "0.7.0"
"version": "0.7.1"
}
2 changes: 1 addition & 1 deletion test/Stormpath.SDK.Tests.Dnx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.SDK.Core": "0.7.1-beta1",
"Stormpath.SDK.Core": "0.7.1",
"Stormpath.SDK.Http.SystemNetHttpClient": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"xunit": "2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions test/Stormpath.SDK.Tests.Integration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"Polly": "4.0.0",
"Shouldly": "2.6.0",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.0",
"Stormpath.SDK.Core": "0.7.1",
"Stormpath.SDK.Tests.Common": "0.7.1",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand All @@ -24,5 +24,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Integration"
},
"version": "0.7.0"
"version": "0.7.1"
}
6 changes: 3 additions & 3 deletions test/Stormpath.SDK.Tests.Sanity/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Shouldly": "2.6.0",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.0",
"Stormpath.SDK.Core": "0.7.1",
"Stormpath.SDK.Tests.Common": "0.7.1",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand All @@ -23,5 +23,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Sanity"
},
"version": "0.7.0"
"version": "0.7.1"
}
6 changes: 3 additions & 3 deletions test/Stormpath.SDK.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"Newtonsoft.Json": "7.0.1",
"NSubstitute": "1.9.2",
"Shouldly": "2.6.0",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Core": "0.7.1",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"Stormpath.SDK.RestSharpClient": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.1",
"xunit": "2.1.0"
},
"description": "Unit tests for Stormpath.SDK",
Expand All @@ -26,5 +26,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests"
},
"version": "0.7.0"
"version": "0.7.1"
}

0 comments on commit 91ce183

Please sign in to comment.