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

Commit

Permalink
Bump all versions to 0.7.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 7, 2016
1 parent 0f4f991 commit 26c0713
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 deletions.
26 changes: 13 additions & 13 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.0-beta1</version>
<version>0.7.0</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath, Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,24 +15,24 @@
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<group targetFramework="DNX4.5.1">
<dependency id="Stormpath.SDK.Core" version="[0.7.0-beta1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.0, )" />
<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.0-beta1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.0, )" />
<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.0-beta1, )" />
<dependency id="Stormpath.SDK.RestSharpClient" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.0, )" />
<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.0-beta1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.6.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions doc/examples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.6.3",
"Stormpath.SDK.RestSharpClient": "0.6.3"
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"Stormpath.SDK.RestSharpClient": "0.7.0"
},
"description": "Documentation examples for the Stormpath .NET SDK.",
"frameworks": {
Expand Down
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 @@ -2,7 +2,7 @@
"authors": [ "Nate Barbettini" ],
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.SDK.Abstractions": "0.6.3"
"Stormpath.SDK.Abstractions": "0.7.0"
},
"description": "Redis cache adapter for the Stormpath .NET SDK.",
"frameworks": {
Expand Down Expand Up @@ -41,6 +41,6 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Cache.Redis"
},
"version": "0.6.3",
"version": "0.7.0",
"xmlDoc": true
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.Http.SystemNetHttpClient/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"authors": [ "Nate Barbettini" ],
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.SDK.Abstractions": "0.6.3"
"Stormpath.SDK.Abstractions": "0.7.0"
},
"description": "System.Net.Http plugin for the Stormpath .NET SDK.",
"frameworks": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Http.SystemNetHttpClient"
},
"version": "0.6.3",
"version": "0.7.0",
"xmlDoc": true
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.JsonNetSerializer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Stormpath.SDK.Abstractions": "0.6.3"
"Stormpath.SDK.Abstractions": "0.7.0"
},
"description": "JSON.NET serializer plugin for the Stormpath .NET SDK.",
"frameworks": {
Expand All @@ -29,6 +29,6 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Serialization"
},
"version": "0.6.3",
"version": "0.7.0",
"xmlDoc": true
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.RestSharpClient/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"RestSharp": "105.2.2",
"Stormpath.SDK.Abstractions": "0.6.3"
"Stormpath.SDK.Abstractions": "0.7.0"
},
"description": "RestSharp HTTP plugin for the Stormpath .NET SDK.",
"frameworks": {
Expand All @@ -22,6 +22,6 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Http"
},
"version": "0.6.3",
"version": "0.7.0",
"xmlDoc": true
}
8 changes: 4 additions & 4 deletions test/Stormpath.SDK.Cache.Redis.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Shouldly": "2.6.0",
"Stormpath.SDK.Abstractions": "0.6.3",
"Stormpath.SDK.Cache.Redis": "0.6.3",
"Stormpath.SDK.Tests.Common": "0.6.3",
"Stormpath.SDK.Abstractions": "0.7.0",
"Stormpath.SDK.Cache.Redis": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.0",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand All @@ -24,5 +24,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Cache.Redis.Tests"
},
"version": "0.6.3"
"version": "0.7.0"
}
6 changes: 3 additions & 3 deletions test/Stormpath.SDK.JsonNetSerializer.Tests/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.Abstractions": "0.6.3",
"Stormpath.SDK.JsonNetSerializer": "0.6.3",
"Stormpath.SDK.Abstractions": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand All @@ -27,5 +27,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Serialization.JsonNet.Tests"
},
"version": "0.6.3"
"version": "0.7.0"
}
6 changes: 3 additions & 3 deletions test/Stormpath.SDK.RestSharpClient.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"NSubstitute": "1.9.2",
"RestSharp": "105.2.2",
"Shouldly": "2.6.0",
"Stormpath.SDK.Abstractions": "0.6.3",
"Stormpath.SDK.RestSharpClient": "0.6.3",
"Stormpath.SDK.Abstractions": "0.7.0",
"Stormpath.SDK.RestSharpClient": "0.7.0",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand All @@ -25,5 +25,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Http.RestSharpClient.Tests"
},
"version": "0.6.3"
"version": "0.7.0"
}
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 @@ -8,8 +8,8 @@
"FluentAssertions": "4.2.2",
"Newtonsoft.Json": "7.0.1",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Http.SystemNetHttpClient": "0.6.3",
"Stormpath.SDK.JsonNetSerializer": "0.6.3",
"Stormpath.SDK.Http.SystemNetHttpClient": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand Down
8 changes: 4 additions & 4 deletions test/Stormpath.SDK.Tests.Dnx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
},
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.SDK.Core": "0.6.4",
"Stormpath.SDK.Http.SystemNetHttpClient": "0.6.3",
"Stormpath.SDK.JsonNetSerializer": "0.6.3",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Http.SystemNetHttpClient": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
Expand All @@ -31,5 +31,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Dnx"
},
"version": "0.6.3"
"version": "0.7.0"
}
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.6.4",
"Stormpath.SDK.Tests.Common": "0.6.3",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.0",
"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.6.3"
"version": "0.7.0"
}
4 changes: 2 additions & 2 deletions test/Stormpath.SDK.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"NSubstitute": "1.9.2",
"Shouldly": "2.6.0",
"Stormpath.SDK.Core": "0.7.0",
"Stormpath.SDK.JsonNetSerializer": "0.6.3",
"Stormpath.SDK.RestSharpClient": "0.6.3",
"Stormpath.SDK.JsonNetSerializer": "0.7.0",
"Stormpath.SDK.RestSharpClient": "0.7.0",
"Stormpath.SDK.Tests.Common": "0.7.0",
"xunit": "2.1.0"
},
Expand Down

0 comments on commit 26c0713

Please sign in to comment.