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

Commit

Permalink
Remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jun 28, 2016
1 parent 7ffe748 commit 783a61e
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
8 changes: 4 additions & 4 deletions doc/examples/DocExamples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.9.1"
"version": "0.91.0"
},
"Stormpath.SDK.JsonNetSerializer": {
"target": "project",
"version": "0.9.1"
"version": "0.91.0"
},
"Stormpath.SDK.RestSharpClient": {
"target": "project",
"version": "0.9.1"
"version": "0.91.0"
}
},
"description": "Documentation examples for the Stormpath .NET SDK.",
Expand All @@ -35,5 +35,5 @@
"tooling": {
"defaultNamespace": "DocExamples"
},
"version": "0.9.1"
"version": "0.91.0"
}
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": "5.2.0-beta1"
"Stormpath.Configuration.Abstractions": "5.2.0"
},
"description": "Abstractions for the Stormpath .NET SDK.",
"frameworks": {
Expand Down Expand Up @@ -36,5 +36,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
8 changes: 4 additions & 4 deletions src/Stormpath.SDK.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Polyglot": "1.2.0-beta1",
"Stormpath.Configuration": "5.2.0-beta1",
"Polyglot": "1.2.0",
"Stormpath.Configuration": "5.2.0",
"Stormpath.SDK.Abstractions": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
},
Expand Down Expand Up @@ -55,5 +55,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK"
},
"version": "0.91.0-beta1"
"version": "0.91.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.91.0-beta1"
"version": "0.91.0"
}
},
"description": "System.Net.Http plugin for the Stormpath .NET SDK.",
Expand Down Expand Up @@ -46,5 +46,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Http.SystemNetHttpClient"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.SDK.JsonNetSerializer/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.91.0-beta1"
"version": "0.91.0"
},
"Newtonsoft.Json": "9.0.1"
},
Expand Down Expand Up @@ -40,5 +40,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Serialization"
},
"version": "0.91.0-beta1"
"version": "0.91.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.91.0-beta1"
"version": "0.91.0"
}
},
"description": "RestSharp HTTP plugin for the Stormpath .NET SDK.",
Expand Down Expand Up @@ -41,5 +41,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Http"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
4 changes: 2 additions & 2 deletions test/Stormpath.SDK.JsonNetSerializer.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.JsonNetSerializer": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"xunit": "2.1.0"
},
Expand All @@ -30,5 +30,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Serialization.JsonNet.Tests"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
4 changes: 2 additions & 2 deletions test/Stormpath.SDK.RestSharpClient.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.RestSharpClient": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"xunit": "2.1.0"
},
Expand All @@ -29,5 +29,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Extensions.Http.RestSharpClient.Tests"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
8 changes: 4 additions & 4 deletions test/Stormpath.SDK.Tests.Common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"FluentAssertions": "4.9.1",
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.Http.SystemNetHttpClient": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.JsonNetSerializer": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"xunit": "2.1.0"
},
Expand Down Expand Up @@ -43,5 +43,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Common"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
8 changes: 4 additions & 4 deletions test/Stormpath.SDK.Tests.CoreClr/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.Http.SystemNetHttpClient": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.JsonNetSerializer": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"xunit": "2.1.0"
},
Expand All @@ -38,5 +38,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.CoreClr"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
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 @@ -16,11 +16,11 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.Tests.Common": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"xunit": "2.1.0"
},
Expand All @@ -41,5 +41,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Integration"
},
"version": "0.91.0-beta1"
"version": "0.91.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 @@ -10,11 +10,11 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.Tests.Common": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"System.Runtime.InteropServices": "4.1.0",
"xunit": "2.1.0"
Expand All @@ -35,5 +35,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests.Sanity"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}
10 changes: 5 additions & 5 deletions test/Stormpath.SDK.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"Shouldly": "2.8.0",
"Stormpath.SDK.Core": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.JsonNetSerializer": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.RestSharpClient": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"Stormpath.SDK.Tests.Common": {
"target": "project",
"version": "0.91.0-beta1"
"version": "0.91.0"
},
"xunit": "2.1.0"
},
Expand All @@ -41,5 +41,5 @@
"tooling": {
"defaultNamespace": "Stormpath.SDK.Tests"
},
"version": "0.91.0-beta1"
"version": "0.91.0"
}

0 comments on commit 783a61e

Please sign in to comment.