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

Commit

Permalink
Bump to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jan 5, 2017
1 parent 8b701c4 commit 2122e46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/Stormpath.AspNetCore.DocExamples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"Stormpath.AspNetCore": {
"target": "project",
"version": "0.8.1"
"version": "0.9.0-beta1"
}
},
"frameworks": {
Expand All @@ -17,5 +17,5 @@
"tooling": {
"defaultNamespace": "Stormpath.AspNetCore.DocExamples"
},
"version": "0.8.1"
"version": "0.9.0-beta1"
}
6 changes: 3 additions & 3 deletions src/Stormpath.AspNetCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
"Microsoft.AspNetCore.Owin": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"Stormpath.Owin.Middleware": "3.1.1",
"Stormpath.Owin.Views.Precompiled": "0.4.3"
"Stormpath.Owin.Middleware": "3.2.0-beta3",
"Stormpath.Owin.Views.Precompiled": "0.4.4-beta1"
},
"description": "Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications.",
"frameworks": {
Expand All @@ -40,5 +40,5 @@
"tooling": {
"defaultNamespace": "Stormpath.AspNetCore"
},
"version": "0.8.1"
"version": "0.9.0-beta1"
}
4 changes: 2 additions & 2 deletions test/Stormpath.AspNetCore.TckHarness/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"Stormpath.AspNetCore": {
"target": "project",
"version": "0.7.0"
"version": "0.9.0-beta1"
}
},
"frameworks": {
Expand Down Expand Up @@ -52,5 +52,5 @@
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
},
"version": "0.7.0"
"version": "0.9.0-beta1"
}

0 comments on commit 2122e46

Please sign in to comment.