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

Commit

Permalink
Bump for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Aug 10, 2017
1 parent 8ee3663 commit 2b1ae82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/Stormpath.AspNet/Stormpath.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Stormpath middleware for ASP.NET 4.5+. Easily add authentication and authorization to ASP.NET applications.</Description>
<Copyright>(c) 2016 Stormpath, Inc.</Copyright>
<VersionPrefix>4.1.0-beta4</VersionPrefix>
<VersionPrefix>4.1.0</VersionPrefix>
<Authors>Nate Barbettini</Authors>
<TargetFramework>net451</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.Owin" Version="3.1.0" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="3.1.0" />
<PackageReference Include="Microsoft.Owin.Security" Version="3.1.0" />
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.1.0-beta4" />
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.1.0" />
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Configuration.7.1.0-beta3\lib\net45\Stormpath.Configuration.dll</HintPath>
<HintPath>..\..\packages\Stormpath.Configuration.7.1.0\lib\net45\Stormpath.Configuration.dll</HintPath>
</Reference>
<Reference Include="Stormpath.Configuration.Abstractions, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Configuration.Abstractions.7.1.0-beta3\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<HintPath>..\..\packages\Stormpath.Configuration.Abstractions.7.1.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Stormpath.Owin.Abstractions, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Abstractions.2.1.0-beta1\lib\net45\Stormpath.Owin.Abstractions.dll</HintPath>
<HintPath>..\..\packages\Stormpath.Owin.Abstractions.2.1.0\lib\net45\Stormpath.Owin.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Stormpath.Owin.Middleware, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Middleware.4.1.0-beta4\lib\net451\Stormpath.Owin.Middleware.dll</HintPath>
<HintPath>..\..\packages\Stormpath.Owin.Middleware.4.1.0\lib\net451\Stormpath.Owin.Middleware.dll</HintPath>
</Reference>
<Reference Include="Stormpath.Owin.Views.Precompiled, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Stormpath.Owin.Views.Precompiled.1.0.0\lib\net45\Stormpath.Owin.Views.Precompiled.dll</HintPath>
Expand Down
8 changes: 4 additions & 4 deletions test/Stormpath.AspNet.TckHarness/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<package id="Polyglot" version="1.2.0" targetFramework="net461" />
<package id="Respond" version="1.2.0" targetFramework="net451" />
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
<package id="Stormpath.Configuration" version="7.1.0-beta3" targetFramework="net461" />
<package id="Stormpath.Configuration.Abstractions" version="7.1.0-beta3" targetFramework="net461" />
<package id="Stormpath.Owin.Abstractions" version="2.1.0-beta1" targetFramework="net461" />
<package id="Stormpath.Owin.Middleware" version="4.1.0-beta4" targetFramework="net461" />
<package id="Stormpath.Configuration" version="7.1.0" targetFramework="net461" />
<package id="Stormpath.Configuration.Abstractions" version="7.1.0" targetFramework="net461" />
<package id="Stormpath.Owin.Abstractions" version="2.1.0" targetFramework="net461" />
<package id="Stormpath.Owin.Middleware" version="4.1.0" targetFramework="net461" />
<package id="Stormpath.Owin.Views.Precompiled" version="1.0.0" targetFramework="net461" />
<package id="System.AppContext" version="4.3.0" targetFramework="net461" />
<package id="System.Collections" version="4.3.0" targetFramework="net461" />
Expand Down

0 comments on commit 2b1ae82

Please sign in to comment.