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

Commit

Permalink
Promote to 0.2 actual
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jun 2, 2016
1 parent 6cb5389 commit 05c7cf4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions src/Stormpath.AspNetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"authors": [ "Nate Barbettini" ],
"buildOptions": {
"nowarn": [
"CS1591"
],
"warningsAsErrors": true,
"xmlDoc": true
},
"copyright": "(c) 2016 Stormpath, Inc.",
Expand All @@ -11,10 +15,10 @@
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Owin": "1.0.0-rc2-final",
"Stormpath.Owin.Middleware": "0.2.0-beta1",
"Stormpath.Owin.Views.Precompiled": "0.2.0-beta1"
"Stormpath.Owin.Middleware": "0.2.0",
"Stormpath.Owin.Views.Precompiled": "0.2.0"
},
"description": "Stormpath middleware for ASP.NET Core.",
"description": "Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications.",
"frameworks": {
"netstandard1.5": {
"dependencies": {
Expand All @@ -37,5 +41,5 @@
"tooling": {
"defaultNamespace": "Stormpath.AspNetCore"
},
"version": "0.2.0-beta1"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions test/Stormpath.AspNetCore.TckHarness/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Stormpath.AspNetCore": {
"target": "project",
"version": "0.2.0-beta1"
"version": "0.2.0"
}
},
"frameworks": {
Expand All @@ -35,5 +35,5 @@
"tooling": {
"defaultNamespace": "Stormpath.AspNetCore.TestHarness"
},
"version": "0.2.0-beta1"
"version": "0.2.0"
}

0 comments on commit 05c7cf4

Please sign in to comment.