Updated 28.07 - reuploaded SevenZipSharp.dll with issue #3620 fix.
This is the bugfix release.
Changes since 0.54:
-accurate dispose logic in Extractor, ExtractFiles() is working now and streams are used wisely;
-multi-volume archives now are extracted and compressed (they did not because of a bug;
Changes since 0.53: added three new properties to SevenZipCompressor:
-ZipEncryptionMethod to set the encryption method in zip archives,
-EncryptHeadersSevenZip to encrypt file names, etc. in 7zip archives (so one has to enter password even to open such archive),
-ScanOnlyWritable (-ssw in 7z.exe) is the option to add files only open for writing in CompressDirectory overloads.
I wasn't able to commit this code to Subversion.