mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-16 21:23:13 +00:00
29 lines
1.6 KiB
XML
29 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>sharpcompress</id>
|
|
<version>0.10.3</version>
|
|
<title>SharpCompress - Pure C# Decompression/Compression</title>
|
|
<authors>Adam Hathcock</authors>
|
|
<owners>Adam Hathcock</owners>
|
|
<licenseUrl>http://sharpcompress.codeplex.com/license</licenseUrl>
|
|
<projectUrl>https://github.com/adamhathcock/sharpcompress</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>SharpCompress is a compression library for .NET/Mono/Silverlight/WP7/WindowsStore that can unrar, decompress 7zip, zip/unzip, tar/untar bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.</description>
|
|
<releaseNotes />
|
|
<language>en-US</language>
|
|
<tags>rar unrar zip unzip bzip2 gzip tar 7zip</tags>
|
|
<dependencies>
|
|
<group />
|
|
<group targetFramework="net20">
|
|
<dependency id="LinqBridge" version="1.3.0" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\bin\Full\SharpCompress.dll" target="lib\net40\SharpCompress.dll" />
|
|
<file src="..\bin\WindowsStore\SharpCompress.dll" target="lib\netcore45\SharpCompress.dll" />
|
|
<file src="..\bin\Portable\SharpCompress.dll" target="lib\portable-net4+sl5+wp8+win8\SharpCompress.dll" />
|
|
<file src="..\bin\NET2\SharpCompress.dll" target="lib\net20\SharpCompress.dll" />
|
|
</files>
|
|
</package> |