From 7a0807ee3eabc5a4878cb519d72c0d9b5e87509d Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Fri, 6 Jan 2017 13:13:50 -0800 Subject: [PATCH] Drop beta for release --- .../Stormpath.AspNet.DocExamples.csproj | 20 +++++++++---------- .../packages.config | 12 +++++------ src/Stormpath.AspNet/project.json | 6 +++--- .../Stormpath.AspNet.TckHarness.csproj | 20 +++++++++---------- .../packages.config | 12 +++++------ 5 files changed, 35 insertions(+), 35 deletions(-) diff --git a/docs/Stormpath.AspNet.DocExamples/Stormpath.AspNet.DocExamples.csproj b/docs/Stormpath.AspNet.DocExamples/Stormpath.AspNet.DocExamples.csproj index faac059..28805ba 100644 --- a/docs/Stormpath.AspNet.DocExamples/Stormpath.AspNet.DocExamples.csproj +++ b/docs/Stormpath.AspNet.DocExamples/Stormpath.AspNet.DocExamples.csproj @@ -88,24 +88,24 @@ ..\..\packages\Stormpath.Configuration.Abstractions.6.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll True - - ..\..\packages\Stormpath.Owin.Abstractions.1.7.1\lib\net45\Stormpath.Owin.Abstractions.dll + + ..\..\packages\Stormpath.Owin.Abstractions.1.7.2\lib\net45\Stormpath.Owin.Abstractions.dll True - - ..\..\packages\Stormpath.Owin.Middleware.3.1.1\lib\net45\Stormpath.Owin.Middleware.dll + + ..\..\packages\Stormpath.Owin.Middleware.3.2.0\lib\net45\Stormpath.Owin.Middleware.dll True - - ..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.3\lib\net45\Stormpath.Owin.Views.Precompiled.dll + + ..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.4\lib\net45\Stormpath.Owin.Views.Precompiled.dll True - - ..\..\packages\Stormpath.SDK.Abstractions.0.95.0\lib\net45\Stormpath.SDK.Abstractions.dll + + ..\..\packages\Stormpath.SDK.Abstractions.0.95.1\lib\net45\Stormpath.SDK.Abstractions.dll True - - ..\..\packages\Stormpath.SDK.Core.0.95.0\lib\net45\Stormpath.SDK.Core.dll + + ..\..\packages\Stormpath.SDK.Core.0.95.1\lib\net45\Stormpath.SDK.Core.dll True diff --git a/docs/Stormpath.AspNet.DocExamples/packages.config b/docs/Stormpath.AspNet.DocExamples/packages.config index 11af5b4..81d082d 100644 --- a/docs/Stormpath.AspNet.DocExamples/packages.config +++ b/docs/Stormpath.AspNet.DocExamples/packages.config @@ -22,12 +22,12 @@ - - - - - - + + + + + + diff --git a/src/Stormpath.AspNet/project.json b/src/Stormpath.AspNet/project.json index feb7e77..b567534 100644 --- a/src/Stormpath.AspNet/project.json +++ b/src/Stormpath.AspNet/project.json @@ -14,8 +14,8 @@ "Microsoft.Owin": "3.0.1", "Microsoft.Owin.Host.SystemWeb": "3.0.1", "Microsoft.Owin.Security": "3.0.1", - "Stormpath.Owin.Middleware": "3.1.1", - "Stormpath.Owin.Views.Precompiled": "0.4.3" + "Stormpath.Owin.Middleware": "3.2.0", + "Stormpath.Owin.Views.Precompiled": "0.4.4" }, "description": "Stormpath middleware for ASP.NET 4.5+. Easily add authentication and authorization to ASP.NET applications.", "frameworks": { @@ -38,5 +38,5 @@ "tooling": { "defaultNamespace": "Stormpath.AspNet" }, - "version": "0.8.1" + "version": "0.9.0" } diff --git a/test/Stormpath.AspNet.TckHarness/Stormpath.AspNet.TckHarness.csproj b/test/Stormpath.AspNet.TckHarness/Stormpath.AspNet.TckHarness.csproj index 839712f..7235253 100644 --- a/test/Stormpath.AspNet.TckHarness/Stormpath.AspNet.TckHarness.csproj +++ b/test/Stormpath.AspNet.TckHarness/Stormpath.AspNet.TckHarness.csproj @@ -94,24 +94,24 @@ ..\..\packages\Stormpath.Configuration.Abstractions.6.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll True - - ..\..\packages\Stormpath.Owin.Abstractions.1.7.1\lib\net45\Stormpath.Owin.Abstractions.dll + + ..\..\packages\Stormpath.Owin.Abstractions.1.7.2\lib\net45\Stormpath.Owin.Abstractions.dll True - - ..\..\packages\Stormpath.Owin.Middleware.3.1.1\lib\net45\Stormpath.Owin.Middleware.dll + + ..\..\packages\Stormpath.Owin.Middleware.3.2.0\lib\net45\Stormpath.Owin.Middleware.dll True - - ..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.3\lib\net45\Stormpath.Owin.Views.Precompiled.dll + + ..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.4\lib\net45\Stormpath.Owin.Views.Precompiled.dll True - - ..\..\packages\Stormpath.SDK.Abstractions.0.95.0\lib\net45\Stormpath.SDK.Abstractions.dll + + ..\..\packages\Stormpath.SDK.Abstractions.0.95.1\lib\net45\Stormpath.SDK.Abstractions.dll True - - ..\..\packages\Stormpath.SDK.Core.0.95.0\lib\net45\Stormpath.SDK.Core.dll + + ..\..\packages\Stormpath.SDK.Core.0.95.1\lib\net45\Stormpath.SDK.Core.dll True diff --git a/test/Stormpath.AspNet.TckHarness/packages.config b/test/Stormpath.AspNet.TckHarness/packages.config index 05844f5..85bb04a 100644 --- a/test/Stormpath.AspNet.TckHarness/packages.config +++ b/test/Stormpath.AspNet.TckHarness/packages.config @@ -29,12 +29,12 @@ - - - - - - + + + + + +