diff --git a/src/Roydl.Crypto.csproj b/src/Roydl.Crypto.csproj
index d74e2c1..0e6ba02 100644
--- a/src/Roydl.Crypto.csproj
+++ b/src/Roydl.Crypto.csproj
@@ -22,12 +22,21 @@
Roydl.Crypto
Roydl.Crypto
- 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
+
+- 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)
Resources