Skip to content

Commit a09d5d6

Browse files
committed
Release notes and version updated
1 parent 3880b2c commit a09d5d6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/AspNetCore.Authentication.ApiKey/AspNetCore.Authentication.ApiKey.csproj

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp3.1;netcoreapp3.0;netstandard2.0;net461</TargetFrameworks>
5-
<Version>3.1.0</Version>
6-
<RepositoryUrl>https://github.com/mihirdilip/aspnetcore-authentication-apiKey/tree/3.1.0</RepositoryUrl>
7-
<PackageProjectUrl>https://github.com/mihirdilip/aspnetcore-authentication-apiKey/tree/3.1.0</PackageProjectUrl>
5+
<Version>3.1.1</Version>
6+
<RepositoryUrl>https://github.com/mihirdilip/aspnetcore-authentication-apiKey/tree/$(Version)</RepositoryUrl>
7+
<PackageProjectUrl>https://github.com/mihirdilip/aspnetcore-authentication-apiKey/tree/$(Version)</PackageProjectUrl>
88
<PackageTags>aspnetcore, security, authentication, microsoft, microsoft.aspnetcore.authentication, microsoft-aspnetcore-authentication, microsoft.aspnetcore.authentication.apikey, microsoft-aspnetcore-authentication-apikey, asp-net-core, netstandard, netstandard20, apikey-authentication, api-key-authentication, apikeyauthentication, dotnetcore, dotnetcore3.1, asp-net-core-apikey-authentication, aspnetcore-apikey-authentication, asp-net-core-authentication, aspnetcore-authentication, asp, aspnet, apikey, api-key, authentication-scheme</PackageTags>
9-
<PackageReleaseNotes>- Multitarget framework support added
10-
- Strong Name Key support added
11-
- Source Link support added
12-
- SuppressWWWAuthenticateHeader added to configure options
13-
- ForLegacyIgnoreExtraValidatedApiKeyCheck added to configure options
14-
- Events added to configure options
9+
<PackageReleaseNotes>- Ability to have ApiKey in Authorization header added
10+
- Fixed extensions methods to use correct handler
11+
- Fixed issue with resolving of IApiKeyProvider implementation when using multiple schemes
1512
</PackageReleaseNotes>
1613
<Description>Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key either in Header, QueryParams or HeaderOrQueryParams.</Description>
1714
<Authors>Mihir Dilip</Authors>

0 commit comments

Comments
 (0)