Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Oct 24, 2024
1 parent e4dca10 commit bdf97ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharpAESCrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageDescription>A C# implementation of the AESCrypt library</PackageDescription>
<Authors>Kenneth Skovhede</Authors>
<PackageTags>AES AESCrypt Crypto Encryption</PackageTags>
<PackageReleaseNotes>Fixed writing bug in async interface. Added cancellation tokens.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed a performance issue with creating the IV.</PackageReleaseNotes>
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit bdf97ff

Please sign in to comment.