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

Commit 05c7cf4

Browse files
committed
Promote to 0.2 actual
1 parent 6cb5389 commit 05c7cf4

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/Stormpath.AspNetCore/project.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"authors": [ "Nate Barbettini" ],
33
"buildOptions": {
4+
"nowarn": [
5+
"CS1591"
6+
],
7+
"warningsAsErrors": true,
48
"xmlDoc": true
59
},
610
"copyright": "(c) 2016 Stormpath, Inc.",
@@ -11,10 +15,10 @@
1115
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final",
1216
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final",
1317
"Microsoft.AspNetCore.Owin": "1.0.0-rc2-final",
14-
"Stormpath.Owin.Middleware": "0.2.0-beta1",
15-
"Stormpath.Owin.Views.Precompiled": "0.2.0-beta1"
18+
"Stormpath.Owin.Middleware": "0.2.0",
19+
"Stormpath.Owin.Views.Precompiled": "0.2.0"
1620
},
17-
"description": "Stormpath middleware for ASP.NET Core.",
21+
"description": "Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications.",
1822
"frameworks": {
1923
"netstandard1.5": {
2024
"dependencies": {
@@ -37,5 +41,5 @@
3741
"tooling": {
3842
"defaultNamespace": "Stormpath.AspNetCore"
3943
},
40-
"version": "0.2.0-beta1"
44+
"version": "0.2.0"
4145
}

test/Stormpath.AspNetCore.TckHarness/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"Stormpath.AspNetCore": {
2020
"target": "project",
21-
"version": "0.2.0-beta1"
21+
"version": "0.2.0"
2222
}
2323
},
2424
"frameworks": {
@@ -35,5 +35,5 @@
3535
"tooling": {
3636
"defaultNamespace": "Stormpath.AspNetCore.TestHarness"
3737
},
38-
"version": "0.2.0-beta1"
38+
"version": "0.2.0"
3939
}

0 commit comments

Comments
 (0)