Open TalonsLee opened 3 years ago
It seems that zipwriter always use default PpmdProperties (https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Writers/Zip/ZipWriter.cs#L25).
can we add a mapping from compressionLevel to proper PpmdProperties ?
I'll merge any reasonable PR for this
It seems that zipwriter always use default PpmdProperties (https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Writers/Zip/ZipWriter.cs#L25).
can we add a mapping from compressionLevel to proper PpmdProperties ?