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

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jul 11, 2017
1 parent 317ab6d commit d2307b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications.</Description>
<Copyright>(c) 2016 Stormpath, Inc.</Copyright>
<VersionPrefix>4.0.0-rc4</VersionPrefix>
<VersionPrefix>4.0.0-rc5</VersionPrefix>
<Authors>Nate Barbettini</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -26,7 +26,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc4" />
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc5" />
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0-beta5" />
</ItemGroup>

Expand Down

0 comments on commit d2307b1

Please sign in to comment.