From 2639d12c225e7c28234b88e1358b53dc6d3ed8f6 Mon Sep 17 00:00:00 2001 From: Pelle Stenild Coltau Date: Thu, 13 Jul 2023 10:54:25 +0200 Subject: [PATCH] Bumped minor version (no breaking changes, but new feature) --- Source/Dnmh.Security.ApiKeyAuthentication.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Dnmh.Security.ApiKeyAuthentication.csproj b/Source/Dnmh.Security.ApiKeyAuthentication.csproj index dc39118..ad88874 100644 --- a/Source/Dnmh.Security.ApiKeyAuthentication.csproj +++ b/Source/Dnmh.Security.ApiKeyAuthentication.csproj @@ -11,7 +11,7 @@ MIT https://github.com/DetNordjyskeMediehus/Dnmh.Security.ApiKeyAuthentication .Net ApiKey Authentication - 3.0.0 + 3.1.0 README.md A .NET Core library that provides API key authentication for your web applications. With this library, you can require API keys to access your API endpoints and secure your application against unauthorized access. The library can also be integrated with Swagger UI to provide a seamless authentication experience. authentication dotnet .Net dotnetcore .NetCore apikey apikey-authentication swagger swagger-ui