SharpCompress (0.30.1)
Published 2023-05-05 11:38:35 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 0.30.1 SharpCompress
About this package
SharpCompress is a compression library for NET Standard 2.0/2.1/NET 5.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Memory | 4.5.4 | .NETFramework4.6.1 |
System.Text.Encoding.CodePages | 5.0.0 | .NETFramework4.6.1 |
System.Memory | 4.5.4 | .NETStandard2.0 |
System.Text.Encoding.CodePages | 5.0.0 | .NETStandard2.0 |
System.Text.Encoding.CodePages | 5.0.0 | .NETStandard2.1 |