Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 8d1bdee

Browse files
committed
Remove beta tag
1 parent c7ffdc5 commit 8d1bdee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/Stormpath.AspNetCore.DocExamples/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"Stormpath.AspNetCore": {
88
"target": "project",
9-
"version": "0.3.0-beta1"
9+
"version": "0.3.0"
1010
}
1111
},
1212
"frameworks": {
@@ -17,5 +17,5 @@
1717
"tooling": {
1818
"defaultNamespace": "Stormpath.AspNetCore.DocExamples"
1919
},
20-
"version": "0.3.0-beta1"
20+
"version": "0.3.0"
2121
}

src/Stormpath.AspNetCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
1717
"Microsoft.AspNetCore.Owin": "1.0.0",
1818
"Microsoft.Extensions.Logging": "1.0.0",
19-
"Stormpath.Owin.Middleware": "1.1.0-beta1",
20-
"Stormpath.Owin.Views.Precompiled": "0.3.0-beta1"
19+
"Stormpath.Owin.Middleware": "1.1.0",
20+
"Stormpath.Owin.Views.Precompiled": "0.3.0"
2121
},
2222
"description": "Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications.",
2323
"frameworks": {
@@ -39,5 +39,5 @@
3939
"tooling": {
4040
"defaultNamespace": "Stormpath.AspNetCore"
4141
},
42-
"version": "0.3.0-beta1"
42+
"version": "0.3.0"
4343
}

test/Stormpath.AspNetCore.TckHarness/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"Stormpath.AspNetCore": {
2121
"target": "project",
22-
"version": "0.3.0-beta1"
22+
"version": "0.3.0"
2323
}
2424
},
2525
"frameworks": {
@@ -39,5 +39,5 @@
3939
"tooling": {
4040
"defaultNamespace": "Stormpath.AspNetCore.TestHarness"
4141
},
42-
"version": "0.3.0-beta1"
42+
"version": "0.3.0"
4343
}

0 commit comments

Comments
 (0)