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

Commit 1791c67

Browse files
committed
Bump to 4.1.0
1 parent 7500449 commit 1791c67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj

Lines changed: 2 additions & 2 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.1.0-beta4</VersionPrefix>
6+
<VersionPrefix>4.1.0</VersionPrefix>
77
<Authors>Nate Barbettini</Authors>
88
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
99
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.1.3" />
2727
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="1.1.2" />
2828
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
29-
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.1.0-beta4" />
29+
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.1.0" />
3030
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0" />
3131
</ItemGroup>
3232

test/Stormpath.AspNetCore.TckHarness/Stormpath.AspNetCore.TckHarness.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<VersionPrefix>4.0.0</VersionPrefix>
4+
<VersionPrefix>4.1.0</VersionPrefix>
55
<TargetFramework>netcoreapp1.1</TargetFramework>
66
<PreserveCompilationContext>true</PreserveCompilationContext>
77
<AssemblyName>Stormpath.AspNetCore.TckHarness</AssemblyName>

0 commit comments

Comments
 (0)