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

Commit 323c915

Browse files
committed
Bump for RC2
1 parent 2cde38b commit 323c915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications.</Description>
55
<Copyright>(c) 2016 Stormpath, Inc.</Copyright>
6-
<VersionPrefix>4.0.0-rc2-beta1</VersionPrefix>
6+
<VersionPrefix>4.0.0-rc2</VersionPrefix>
77
<Authors>Nate Barbettini</Authors>
88
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
99
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -27,8 +27,8 @@
2727
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.1.2" />
2828
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="1.1.1" />
2929
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
30-
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc2-beta3" />
31-
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0-beta3" />
30+
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc2" />
31+
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0-beta5" />
3232
</ItemGroup>
3333

3434
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">

0 commit comments

Comments
 (0)