forked from icsharpcode/SharpZipLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathICSharpCode.SharpZipLib.nuspec
More file actions
34 lines (34 loc) · 1.82 KB
/
ICSharpCode.SharpZipLib.nuspec
File metadata and controls
34 lines (34 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package>
<metadata minClientVersion="2.0">
<id>ICSharpCode.SharpZipLib-dogfood</id>
<version>1.0</version>
<title>SharpZipLib-dogfood</title>
<authors>IC#Code</authors>
<owners>IC#Code</owners>
<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.0 for more information.</releaseNotes>
<summary>"Dogfood" builds for testing purposes. Even *I* wouldn't put this code into production :)</summary>
<language>en-US</language>
<projectUrl>http://icsharpcode.github.io/SharpZipLib/</projectUrl>
<!-- iconUrl -->
<licenseUrl>http://icsharpcode.github.io/SharpZipLib/#license</licenseUrl>
<copyright>Copyright © 2000-2016 SharpZipLib Contributors</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- dependencies -->
<!-- references -->
<!-- frameworkAssemblies -->
<tags>Compression Library Zip GZip BZip2 LZW Tar</tags>
</metadata>
<files>
<file src="ICSharpCode.SharpZipLib.dll" target="lib\Net45\" />
<file src="ICSharpCode.SharpZipLib.pdb" target="lib\Net45\" />
<file src="ICSharpCode.SharpZipLib.xml" target="lib\Net45\" />
<file src="ICSharpCode.SharpZipLib.dll" target="lib\dnx451\" />
<file src="ICSharpCode.SharpZipLib.pdb" target="lib\dnx451\" />
<file src="ICSharpCode.SharpZipLib.xml" target="lib\dnx451\" />
<file src="ICSharpCode.SharpZipLib.dll" target="lib\dnxcore50\" />
<file src="ICSharpCode.SharpZipLib.pdb" target="lib\dnxcore50\" />
<file src="ICSharpCode.SharpZipLib.xml" target="lib\dnxcore50\" />
</files>
</package>