Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Si13n7 committed May 26, 2021
1 parent f1706ba commit c377a9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Roydl.Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,21 @@
<PackageId>Roydl.Crypto</PackageId>
<Product>Roydl.Crypto</Product>
<PackageReleaseNotes>- Fixed issue where array size limit in `GetBytes` was too large

- Improved `CrcConfig` struct so that more CRC variations are supported

- Added support for `FileInfo` objects

- Added `Try` extensions which suppress exceptions

- Added support for odd bit algorithms

- Removed vulnerable ECB (Electronic Code Book) encryption mode
- Increased the number of supported types of extensions by more than 30 types</PackageReleaseNotes>

- Increased the number of supported types of extensions by more than 30 types

- Renamend `Encrypt` extensions to `GetChecksum` to avoid name collisions
- (Obsolete extension will be removed next version)</PackageReleaseNotes>
<AppDesignerFolder>Resources</AppDesignerFolder>
</PropertyGroup>

Expand Down

0 comments on commit c377a9a

Please sign in to comment.