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

Commit

Permalink
Drop beta for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jan 6, 2017
1 parent 3198fbd commit 7a0807e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,24 @@
<HintPath>..\..\packages\Stormpath.Configuration.Abstractions.6.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Owin.Abstractions, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Abstractions.1.7.1\lib\net45\Stormpath.Owin.Abstractions.dll</HintPath>
<Reference Include="Stormpath.Owin.Abstractions, Version=1.7.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Abstractions.1.7.2\lib\net45\Stormpath.Owin.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Owin.Middleware, Version=3.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Middleware.3.1.1\lib\net45\Stormpath.Owin.Middleware.dll</HintPath>
<Reference Include="Stormpath.Owin.Middleware, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Middleware.3.2.0\lib\net45\Stormpath.Owin.Middleware.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Owin.Views.Precompiled, Version=0.4.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.3\lib\net45\Stormpath.Owin.Views.Precompiled.dll</HintPath>
<Reference Include="Stormpath.Owin.Views.Precompiled, Version=0.4.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.4\lib\net45\Stormpath.Owin.Views.Precompiled.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.SDK.Abstractions, Version=0.95.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Abstractions.0.95.0\lib\net45\Stormpath.SDK.Abstractions.dll</HintPath>
<Reference Include="Stormpath.SDK.Abstractions, Version=0.95.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Abstractions.0.95.1\lib\net45\Stormpath.SDK.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.SDK.Core, Version=0.95.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Core.0.95.0\lib\net45\Stormpath.SDK.Core.dll</HintPath>
<Reference Include="Stormpath.SDK.Core, Version=0.95.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Core.0.95.1\lib\net45\Stormpath.SDK.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.SDK.JsonNetSerializer, Version=0.91.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
12 changes: 6 additions & 6 deletions docs/Stormpath.AspNet.DocExamples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<package id="Stormpath.AspNet" version="0.8.1" targetFramework="net461" />
<package id="Stormpath.Configuration" version="6.0.0" targetFramework="net461" />
<package id="Stormpath.Configuration.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Stormpath.Owin.Abstractions" version="1.7.1" targetFramework="net461" />
<package id="Stormpath.Owin.Middleware" version="3.1.1" targetFramework="net461" />
<package id="Stormpath.Owin.Views.Precompiled" version="0.4.3" targetFramework="net461" />
<package id="Stormpath.SDK" version="0.95.0" targetFramework="net461" />
<package id="Stormpath.SDK.Abstractions" version="0.95.0" targetFramework="net461" />
<package id="Stormpath.SDK.Core" version="0.95.0" targetFramework="net461" />
<package id="Stormpath.Owin.Abstractions" version="1.7.2" targetFramework="net461" />
<package id="Stormpath.Owin.Middleware" version="3.2.0" targetFramework="net461" />
<package id="Stormpath.Owin.Views.Precompiled" version="0.4.4" targetFramework="net461" />
<package id="Stormpath.SDK" version="0.95.1" targetFramework="net461" />
<package id="Stormpath.SDK.Abstractions" version="0.95.1" targetFramework="net461" />
<package id="Stormpath.SDK.Core" version="0.95.1" targetFramework="net461" />
<package id="Stormpath.SDK.JsonNetSerializer" version="0.91.0" targetFramework="net461" />
<package id="Stormpath.SDK.RestSharpClient" version="0.94.0" targetFramework="net461" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="net461" />
Expand Down
6 changes: 3 additions & 3 deletions src/Stormpath.AspNet/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -38,5 +38,5 @@
"tooling": {
"defaultNamespace": "Stormpath.AspNet"
},
"version": "0.8.1"
"version": "0.9.0"
}
20 changes: 10 additions & 10 deletions test/Stormpath.AspNet.TckHarness/Stormpath.AspNet.TckHarness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,24 @@
<HintPath>..\..\packages\Stormpath.Configuration.Abstractions.6.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Owin.Abstractions, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Abstractions.1.7.1\lib\net45\Stormpath.Owin.Abstractions.dll</HintPath>
<Reference Include="Stormpath.Owin.Abstractions, Version=1.7.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Abstractions.1.7.2\lib\net45\Stormpath.Owin.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Owin.Middleware, Version=3.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Middleware.3.1.1\lib\net45\Stormpath.Owin.Middleware.dll</HintPath>
<Reference Include="Stormpath.Owin.Middleware, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Middleware.3.2.0\lib\net45\Stormpath.Owin.Middleware.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Owin.Views.Precompiled, Version=0.4.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.3\lib\net45\Stormpath.Owin.Views.Precompiled.dll</HintPath>
<Reference Include="Stormpath.Owin.Views.Precompiled, Version=0.4.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Views.Precompiled.0.4.4\lib\net45\Stormpath.Owin.Views.Precompiled.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.SDK.Abstractions, Version=0.95.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Abstractions.0.95.0\lib\net45\Stormpath.SDK.Abstractions.dll</HintPath>
<Reference Include="Stormpath.SDK.Abstractions, Version=0.95.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Abstractions.0.95.1\lib\net45\Stormpath.SDK.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.SDK.Core, Version=0.95.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Core.0.95.0\lib\net45\Stormpath.SDK.Core.dll</HintPath>
<Reference Include="Stormpath.SDK.Core, Version=0.95.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.SDK.Core.0.95.1\lib\net45\Stormpath.SDK.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.SDK.JsonNetSerializer, Version=0.91.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
12 changes: 6 additions & 6 deletions test/Stormpath.AspNet.TckHarness/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
<package id="Stormpath.Configuration" version="6.0.0" targetFramework="net461" />
<package id="Stormpath.Configuration.Abstractions" version="6.0.0" targetFramework="net461" />
<package id="Stormpath.Owin.Abstractions" version="1.7.1" targetFramework="net461" />
<package id="Stormpath.Owin.Middleware" version="3.1.1" targetFramework="net461" />
<package id="Stormpath.Owin.Views.Precompiled" version="0.4.3" targetFramework="net461" />
<package id="Stormpath.SDK" version="0.95.0" targetFramework="net461" />
<package id="Stormpath.SDK.Abstractions" version="0.95.0" targetFramework="net461" />
<package id="Stormpath.SDK.Core" version="0.95.0" targetFramework="net461" />
<package id="Stormpath.Owin.Abstractions" version="1.7.2" targetFramework="net461" />
<package id="Stormpath.Owin.Middleware" version="3.2.0" targetFramework="net461" />
<package id="Stormpath.Owin.Views.Precompiled" version="0.4.4" targetFramework="net461" />
<package id="Stormpath.SDK" version="0.95.1" targetFramework="net461" />
<package id="Stormpath.SDK.Abstractions" version="0.95.1" targetFramework="net461" />
<package id="Stormpath.SDK.Core" version="0.95.1" targetFramework="net461" />
<package id="Stormpath.SDK.JsonNetSerializer" version="0.91.0" targetFramework="net461" />
<package id="Stormpath.SDK.RestSharpClient" version="0.94.0" targetFramework="net461" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="net461" />
Expand Down

0 comments on commit 7a0807e

Please sign in to comment.