You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>SharpZipLib</id>
|
|
<version>1.3.3</version>
|
|
<authors>ICSharpCode</authors>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>images/sharpziplib-nuget-256x256.png</icon>
|
|
<projectUrl>https://github.com/icsharpcode/SharpZipLib</projectUrl>
|
|
<description>SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)</description>
|
|
<releaseNotes>Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.3 for more information.</releaseNotes>
|
|
<copyright>Copyright © 2000-2021 SharpZipLib Contributors</copyright>
|
|
<tags>Compression Library Zip GZip BZip2 LZW Tar</tags>
|
|
<repository type="git" url="https://github.com/icsharpcode/SharpZipLib" commit="1b1ab013ce1df02d8f27cf582197759c614d9126" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.5" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
<group targetFramework=".NETStandard2.1" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |