Skip to content

Commit

Permalink
Version bumped to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed Feb 5, 2025
1 parent f101d31 commit 7fb0545
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/Pkcs11Interop.X509Store/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Pkcs11Interop.X509Store 1.1.0 (2025-02-05)
- Moved from unsupported .NET Framework 4.6.1 to 4.6.2
- Pkcs11Interop updated to 5.3.0
- Moved from AppVeyor CI to Github Actions
- Linux tests updated for Ubuntu 24.04
- Tests updated for .NET 8

Pkcs11Interop.X509Store 1.0.0 (2024-05-01)
- Pkcs11RsaProvider supports encryption and decryption with Pkcs1 padding
Based on code provided by @dunkleyr in #32
Expand Down
2 changes: 1 addition & 1 deletion src/Pkcs11Interop.X509Store/Pkcs11Interop.X509Store.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Jaroslav Imrich</Authors>
<Description>Easy to use PKCS#11 based X.509 certificate store</Description>
<Copyright>Copyright (c) 2017-2025 The Pkcs11Interop Project</Copyright>
Expand Down

0 comments on commit 7fb0545

Please sign in to comment.