From 6d18df57a53b5925d356480cfc07ffac4fd816a7 Mon Sep 17 00:00:00 2001 From: Alexanderius Date: Wed, 18 May 2022 22:52:14 +0600 Subject: [PATCH] [edit[ version/changelog --- src/Owin.Security.AesDataProtectorProvider/CHANGELOG.md | 6 ++++++ .../Owin.Security.AesDataProtectorProvider.csproj | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Owin.Security.AesDataProtectorProvider/CHANGELOG.md b/src/Owin.Security.AesDataProtectorProvider/CHANGELOG.md index 300cea9..b8d29e6 100644 --- a/src/Owin.Security.AesDataProtectorProvider/CHANGELOG.md +++ b/src/Owin.Security.AesDataProtectorProvider/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.4] - 2022-05-18 + +### Dependencies + +- Microsoft.Owin.Security bump to v4.2.2 (PR#45) + ## [1.2.3] - 2022-04-09 ### Dependencies diff --git a/src/Owin.Security.AesDataProtectorProvider/Owin.Security.AesDataProtectorProvider.csproj b/src/Owin.Security.AesDataProtectorProvider/Owin.Security.AesDataProtectorProvider.csproj index 1b90bb5..7809a32 100644 --- a/src/Owin.Security.AesDataProtectorProvider/Owin.Security.AesDataProtectorProvider.csproj +++ b/src/Owin.Security.AesDataProtectorProvider/Owin.Security.AesDataProtectorProvider.csproj @@ -1,12 +1,11 @@  net45 - bin\Any CPU\$(Configuration)\ true snupkg true - 1.2.3 + 1.2.4 OWIN AES data protector provider Owin.Security.AesDataProtectorProvider