sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.

MIT License

Stars
2.2K
Committers
97

Bot releases are visible (Hide)

sharpcompress - 0.36.0 - more RAR fixes and some features! Latest Release

Published by adamhathcock 9 months ago

What's Changed

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.35.0...0.36.0

sharpcompress - RAR5 decryption support and other fixes

Published by adamhathcock 10 months ago

What's Changed

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.34.2...0.35.0

sharpcompress - 0.34.2 - trying to fix strong naming as people still use it

Published by adamhathcock 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.34.1...0.34.2

sharpcompress - Trying to fix dependnecy

Published by adamhathcock about 1 year ago

sharpcompress - New Release - fixes and extending 7z support

Published by adamhathcock about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.33.0...0.34.0

sharpcompress - 0.33.0 - Lot's of fixes and some API changes

Published by adamhathcock over 1 year ago

I think the API didn't break with IArchiveFactory

I've been out it for health reasons

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.32.2...0.33.0

sharpcompress - 0.32.2 - bug fixes

Published by adamhathcock about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2

sharpcompress - Some important zip fixes!

Published by adamhathcock over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.32...0.32.1

sharpcompress - 0.32

Published by adamhathcock over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.31...0.32

sharpcompress - 0.31 more fixes!

Published by adamhathcock over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.30.1...0.31

sharpcompress - 0.30.1 - Zlib fix

Published by adamhathcock almost 3 years ago

What's Changed

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.30.0...0.30.1

sharpcompress - 0.30 - Legacy Framework is back!

Published by adamhathcock about 3 years ago

I accepted a PR to add net461 back as there's still multi-targetting issues. I guess .NET Standard 2.0 never really worked out.

Included that and a fix:

https://www.nuget.org/packages/SharpCompress/0.30.0

sharpcompress - 0.29.0 - minor behavior change and fixes

Published by adamhathcock about 3 years ago

Two minor fixes from contributors and a behavior fix for extraction. Now the destination directory has to exist before extracting will be allowed.

sharpcompress - More good fixes!

Published by adamhathcock over 3 years ago

sharpcompress - Minor bug fixes

Published by adamhathcock over 3 years ago

Two issues found and squashed

sharpcompress - Recursive call fix

Published by adamhathcock over 3 years ago

sharpcompress - More fixes!

Published by adamhathcock over 3 years ago

Fixes

Improvements

sharpcompress - GZip usage bugfix

Published by adamhathcock almost 4 years ago

Fix for Rewindable stream when using a gz file that isn't a tar

sharpcompress - Updates.

Published by adamhathcock almost 4 years ago

New Features:

Fixes:

sharpcompress - Encoding changes

Published by adamhathcock about 4 years ago

Breaking changes

  • Encoding was set to 437 (a windows specific encoding) which caused a lot of issues, especially on mobile platforms and I discovered also on Blazor. Encoding is defaulted now to Encoding.Default with an easier overload of ArchiveEncoding to specify default encodings if needed. See: #527 #473 #441 #446 #405

Fixes/features!

  • Decompress RAR 4.x SOLID archive addition: #523
  • Ensure TarArchive enumerates #528