Skip to content

Commit

Permalink
Bump project version.
Browse files Browse the repository at this point in the history
Asp.Net/Asp.NetCore: 1.1.3 (Enforce JWT token alg validation).
Abstractions:  3.0.0 (Added new classes)
  • Loading branch information
laura-rodriguez authored Jan 22, 2019
1 parent 983ebc8 commit a56facc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Okta.AspNet/Okta.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Official Okta middleware for ASP.NET 4.5+. Easily add authentication and authorization to ASP.NET applications.</Description>
<Copyright>(c) 2018 Okta, Inc.</Copyright>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<Authors>Okta, Inc.</Authors>
<TargetFramework>net452</TargetFramework>
<AssemblyName>Okta.AspNet</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Okta.AspNetCore/Okta.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Official Okta middleware for ASP.NET Core 2.0+. Easily add authentication and authorization to ASP.NET Core applications.</Description>
<Copyright>(c) 2018 Okta, Inc.</Copyright>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<Authors>Okta, Inc.</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Okta.AspNetCore</AssemblyName>
Expand Down

0 comments on commit a56facc

Please sign in to comment.