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

Commit f014132

Browse files
committed
Remove beta tags
1 parent 9df9727 commit f014132

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

src/Stormpath.SDK.Abstractions/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"copyright": "(c) 2016 Stormpath, Inc.",
1010
"dependencies": {
11-
"Stormpath.Configuration.Abstractions": "6.0.0-beta1"
11+
"Stormpath.Configuration.Abstractions": "6.0.0"
1212
},
1313
"description": "Abstractions for the Stormpath .NET SDK.",
1414
"frameworks": {
@@ -36,5 +36,5 @@
3636
"tooling": {
3737
"defaultNamespace": "Stormpath.SDK"
3838
},
39-
"version": "0.94.0-beta1"
39+
"version": "0.94.0"
4040
}

src/Stormpath.SDK.Core/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"copyright": "(c) 2016 Stormpath, Inc.",
1010
"dependencies": {
1111
"Polyglot": "1.2.0",
12-
"Stormpath.Configuration": "6.0.0-beta1",
12+
"Stormpath.Configuration": "6.0.0",
1313
"Stormpath.SDK.Abstractions": {
1414
"target": "project",
15-
"version": "0.94.0-beta1"
15+
"version": "0.94.0"
1616
},
1717
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
1818
},
@@ -48,5 +48,5 @@
4848
"tooling": {
4949
"defaultNamespace": "Stormpath.SDK"
5050
},
51-
"version": "0.94.0-beta1"
51+
"version": "0.94.0"
5252
}

src/Stormpath.SDK.Http.SystemNetHttpClient/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"Stormpath.SDK.Abstractions": {
1313
"target": "project",
14-
"version": "0.94.0-beta1"
14+
"version": "0.94.0"
1515
}
1616
},
1717
"description": "System.Net.Http plugin for the Stormpath .NET SDK.",
@@ -45,5 +45,5 @@
4545
"tooling": {
4646
"defaultNamespace": "Stormpath.SDK.Http.SystemNetHttpClient"
4747
},
48-
"version": "0.94.0-beta2"
48+
"version": "0.94.0"
4949
}

src/Stormpath.SDK.RestSharpClient/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"RestSharp": "105.2.3",
1313
"Stormpath.SDK.Abstractions": {
1414
"target": "project",
15-
"version": "0.94.0-beta1"
15+
"version": "0.94.0"
1616
}
1717
},
1818
"description": "RestSharp HTTP plugin for the Stormpath .NET SDK.",
@@ -39,5 +39,5 @@
3939
"tooling": {
4040
"defaultNamespace": "Stormpath.SDK.Extensions.Http"
4141
},
42-
"version": "0.94.0-beta1"
42+
"version": "0.94.0"
4343
}

test/Stormpath.SDK.Tests.Integration/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Shouldly": "2.8.0",
1818
"Stormpath.SDK.Core": {
1919
"target": "project",
20-
"version": "0.91.0"
20+
"version": "0.94.0"
2121
},
2222
"Stormpath.SDK.Tests.Common": {
2323
"target": "project",
@@ -42,5 +42,5 @@
4242
"tooling": {
4343
"defaultNamespace": "Stormpath.SDK.Tests.Integration"
4444
},
45-
"version": "0.91.0"
45+
"version": "0.94.0"
4646
}

test/Stormpath.SDK.Tests/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"Shouldly": "2.8.0",
88
"Stormpath.SDK.Core": {
99
"target": "project",
10-
"version": "0.94.0-beta1"
10+
"version": "0.94.0"
1111
},
1212
"Stormpath.SDK.JsonNetSerializer": {
1313
"target": "project",
1414
"version": "0.91.0"
1515
},
1616
"Stormpath.SDK.RestSharpClient": {
1717
"target": "project",
18-
"version": "0.91.1"
18+
"version": "0.94.0"
1919
},
2020
"Stormpath.SDK.Tests.Common": {
2121
"target": "project",
@@ -41,5 +41,5 @@
4141
"tooling": {
4242
"defaultNamespace": "Stormpath.SDK.Tests"
4343
},
44-
"version": "0.94.0-beta1"
44+
"version": "0.94.0"
4545
}

0 commit comments

Comments
 (0)