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

Commit

Permalink
Remove beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Sep 7, 2016
1 parent 9df9727 commit f014132
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.Configuration.Abstractions": "6.0.0-beta1"
"Stormpath.Configuration.Abstractions": "6.0.0"
},
"description": "Abstractions for the Stormpath .NET SDK.",
"frameworks": {
Expand Down Expand Up @@ -36,5 +36,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.94.0-beta1"
"version": "0.94.0"
}
6 changes: 3 additions & 3 deletions src/Stormpath.SDK.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Polyglot": "1.2.0",
"Stormpath.Configuration": "6.0.0-beta1",
"Stormpath.Configuration": "6.0.0",
"Stormpath.SDK.Abstractions": {
"target": "project",
"version": "0.94.0-beta1"
"version": "0.94.0"
},
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
},
Expand Down Expand Up @@ -48,5 +48,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.94.0-beta1"
"version": "0.94.0"
}
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 @@ -11,7 +11,7 @@
"dependencies": {
"Stormpath.SDK.Abstractions": {
"target": "project",
"version": "0.94.0-beta1"
"version": "0.94.0"
}
},
"description": "System.Net.Http plugin for the Stormpath .NET SDK.",
Expand Down Expand Up @@ -45,5 +45,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Http.SystemNetHttpClient"
},
"version": "0.94.0-beta2"
"version": "0.94.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.RestSharpClient/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"RestSharp": "105.2.3",
"Stormpath.SDK.Abstractions": {
"target": "project",
"version": "0.94.0-beta1"
"version": "0.94.0"
}
},
"description": "RestSharp HTTP plugin for the Stormpath .NET SDK.",
Expand All @@ -39,5 +39,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Http"
},
"version": "0.94.0-beta1"
"version": "0.94.0"
}
4 changes: 2 additions & 2 deletions test/Stormpath.SDK.Tests.Integration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.91.0"
"version": "0.94.0"
},
"Stormpath.SDK.Tests.Common": {
"target": "project",
Expand All @@ -42,5 +42,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Integration"
},
"version": "0.91.0"
"version": "0.94.0"
}
6 changes: 3 additions & 3 deletions test/Stormpath.SDK.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.94.0-beta1"
"version": "0.94.0"
},
"Stormpath.SDK.JsonNetSerializer": {
"target": "project",
"version": "0.91.0"
},
"Stormpath.SDK.RestSharpClient": {
"target": "project",
"version": "0.91.1"
"version": "0.94.0"
},
"Stormpath.SDK.Tests.Common": {
"target": "project",
Expand All @@ -41,5 +41,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests"
},
"version": "0.94.0-beta1"
"version": "0.94.0"
}

0 comments on commit f014132

Please sign in to comment.