diff --git a/src/SharpAESCrypt.csproj b/src/SharpAESCrypt.csproj index f7cb7dd..7544be1 100644 --- a/src/SharpAESCrypt.csproj +++ b/src/SharpAESCrypt.csproj @@ -16,7 +16,7 @@ SharpAESCrypt - 2.0.1 + 2.0.2 Copyright 2024, Kenneth Skovhede MIT @@ -25,7 +25,7 @@ A C# implementation of the AESCrypt library Kenneth Skovhede AES AESCrypt Crypto Encryption - Added method to read headers without the password + Fixed writing bug in async interface. Added cancellation tokens. docs\README.md