Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Jul 5, 2024
1 parent 366ffc3 commit fd536c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SharpAESCrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<PropertyGroup>
<PackageId>SharpAESCrypt</PackageId>
<Version>2.0.1</Version>
<Version>2.0.2</Version>

<Copyright>Copyright 2024, Kenneth Skovhede</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -25,7 +25,7 @@
<PackageDescription>A C# implementation of the AESCrypt library</PackageDescription>
<Authors>Kenneth Skovhede</Authors>
<PackageTags>AES AESCrypt Crypto Encryption</PackageTags>
<PackageReleaseNotes>Added method to read headers without the password</PackageReleaseNotes>
<PackageReleaseNotes>Fixed writing bug in async interface. Added cancellation tokens.</PackageReleaseNotes>
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit fd536c0

Please sign in to comment.