-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to SharpCompress #803
Conversation
Would be really good to be able to use 7Zip, currently using zip my nupkg is 24Mb. With 7Zip it's 15Mb! Will there be an option to use 7Zip to compress? |
Let me know if there's anything else I can do here to help out as I'm the owner of sharpcompress. Also, you don't want to use 7Zip. It's an awful format. BZip2/LZMA compression is what is desired. |
@adamhathcock I'm just keen to have anything smaller than the current zip format :-) |
Actually, you might want to consider using LZip from SharpCompress. @jskeet contributed it |
When is this subject to release? any plans on that? |
This PR removes old-and-busted ICSharpZipLib and moves us to SharpCompress, which supports 7Zip/LZMA, and is Nice