IronZIP for .NET 2024.3.3

Released: Mar 4, 2024

Updates in 2024.3.3

Features

  • Added support for multiple saves of Zip archives.
  • Added support for reading stream and byte[] archives.
  • Added features for replacing entries, removing encryption, and accessing entries.
  • Renamed methods: AddArchiveEntry to Add, SetPassword to Encrypt, DeleteArchiveEntry to Delete, SetArchiveComment to Comment, GetArchiveEntryCount to Count, and CheckArchiveEntryExist to Contains.