This release introduces several new features, as well as some improvements to the existing code.
1)Full support for multi volume archives (extraction/compression).
2)LzmaEncodeStream/LzmaDecodeStream - similar to DeflateStream, fully managed classes derived from the Stream class to store in compressed form and extract data. Compatible with original 7-zip (written on disk readable with 7-zip).
3)Conditional build symbols for custom library build (UNMANAGED, COMPRESS, SFX, LZMA_STREAM).
4)CompressDirectory dramatic speed boost on large numbers of files due to the careful scan approach implementation.
5)Lots of minor fixes.