Skip to content

Commit

Permalink
bump to version 1.1.6 and fix up some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
OkGoDoIt committed Jun 11, 2019
1 parent 6e8cac7 commit c29939b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions Okta.AspNet/Okta.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<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.5</VersionPrefix>
<Copyright>(c) 2019 Okta, Inc.</Copyright>
<VersionPrefix>1.1.6</VersionPrefix>
<Authors>Okta, Inc.</Authors>
<TargetFramework>net452</TargetFramework>
<AssemblyName>Okta.AspNet</AssemblyName>
<PackageId>Okta.AspNet</PackageId>
<PackageTags>okta,token,authentication,authorization</PackageTags>
<PackageTags>okta,token,authentication,authorization,oauth,sso,oidc</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/okta/okta-sdk-dotnet/master/icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/okta/okta-aspnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/okta/okta-aspnet/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -29,6 +29,9 @@

<PropertyGroup>
<CodeAnalysisRuleSet>..\OktaSdk.ruleset</CodeAnalysisRuleSet>
<AssemblyVersion>1.1.6.0</AssemblyVersion>
<FileVersion>1.1.6.0</FileVersion>
<Version>1.1.6</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
9 changes: 6 additions & 3 deletions Okta.AspNetCore/Okta.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<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.5</VersionPrefix>
<Copyright>(c) 2019 Okta, Inc.</Copyright>
<VersionPrefix>1.1.6</VersionPrefix>
<Authors>Okta, Inc.</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Okta.AspNetCore</AssemblyName>
<PackageId>Okta.AspNetCore</PackageId>
<PackageTags>okta,token,authentication,authorization</PackageTags>
<PackageTags>okta,token,authentication,authorization,oauth,sso,oidc</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/okta/okta-sdk-dotnet/master/icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/okta/okta-aspnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/okta/okta-aspnet/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -26,6 +26,9 @@

<PropertyGroup>
<CodeAnalysisRuleSet>..\OktaSdk.ruleset</CodeAnalysisRuleSet>
<AssemblyVersion>1.1.6.0</AssemblyVersion>
<FileVersion>1.1.6.0</FileVersion>
<Version>1.1.6</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit c29939b

Please sign in to comment.