Xceed Zip for Xamarin V6.3

Released: Jun 5, 2017

Updates in V6.3

Fixes

  • Fixed a bug where the wrong exception (ZipIOException) was thrown when an aes-encrypted item was unzipped to a file that cannot be opened.
  • Fixed a bug where MemoryFolder did not set a default date/time for itself when Create() was called.
  • Fixed a bug where ZippedFolder didn’t take TextEncoding and Unicode usage policy into account when the logical folder is created. Effect was duplicate folder entries (a correct one and one with OEM encoding) in some archives.
  • Fixed a bug where MultiThread zip sometimes produced corrupted zip files. (.NET 4.0 and up only)
  • Fixed a bug where setting ZipArchive.AllowSpanning or ZipArchive.SplitSize triggered the archive to be rewritten even if only unzip operations were made.
  • Fixed a bug with Tar archives where an InvalidTarStructureException was thrown when reading a Tar archive with items whose modification years were > 2038.