|
2 | 2 | <package> |
3 | 3 | <metadata minClientVersion="2.0"> |
4 | 4 | <id>ICSharpCode.SharpZipLib-dogfood</id> |
5 | | - <version>0.87-dogfood</version> |
| 5 | + <version>1.0</version> |
6 | 6 | <title>SharpZipLib-dogfood</title> |
7 | 7 | <authors>IC#Code</authors> |
8 | 8 | <owners>IC#Code</owners> |
|
13 | 13 | <projectUrl>http://icsharpcode.github.io/SharpZipLib/</projectUrl> |
14 | 14 | <!-- iconUrl --> |
15 | 15 | <licenseUrl>http://icsharpcode.github.io/SharpZipLib/#license</licenseUrl> |
16 | | - <copyright>Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team</copyright> |
| 16 | + <copyright>Copyright © 2000-2016 SharpZipLib Contributors</copyright> |
17 | 17 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
18 | 18 | <!-- dependencies --> |
19 | 19 | <!-- references --> |
20 | | - <frameworkAssemblies> |
21 | | - <frameworkAssembly assemblyName="System" /> |
22 | | - </frameworkAssemblies> |
23 | | - <tags>Compression Library Zip GZip BZip2 Tar</tags> |
| 20 | + <!-- frameworkAssemblies --> |
| 21 | + <tags>Compression Library Zip GZip BZip2 LZW Tar</tags> |
24 | 22 | </metadata> |
25 | 23 | <files> |
26 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\Net45\" /> |
27 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.pdb" target="lib\Net45\" /> |
28 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.xml" target="lib\Net45\" /> |
29 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\dnx451\" /> |
30 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.pdb" target="lib\dnx451\" /> |
31 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.xml" target="lib\dnx451\" /> |
32 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\dnxcore50\" /> |
33 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.pdb" target="lib\dnxcore50\" /> |
34 | | - <file src="..\bin\Release\ICSharpCode.SharpZipLib.xml" target="lib\dnxcore50\" /> |
| 24 | + <file src="ICSharpCode.SharpZipLib.dll" target="lib\Net45\" /> |
| 25 | + <file src="ICSharpCode.SharpZipLib.pdb" target="lib\Net45\" /> |
| 26 | + <file src="ICSharpCode.SharpZipLib.xml" target="lib\Net45\" /> |
| 27 | + <file src="ICSharpCode.SharpZipLib.dll" target="lib\dnx451\" /> |
| 28 | + <file src="ICSharpCode.SharpZipLib.pdb" target="lib\dnx451\" /> |
| 29 | + <file src="ICSharpCode.SharpZipLib.xml" target="lib\dnx451\" /> |
| 30 | + <file src="ICSharpCode.SharpZipLib.dll" target="lib\dnxcore50\" /> |
| 31 | + <file src="ICSharpCode.SharpZipLib.pdb" target="lib\dnxcore50\" /> |
| 32 | + <file src="ICSharpCode.SharpZipLib.xml" target="lib\dnxcore50\" /> |
35 | 33 | </files> |
36 | 34 | </package> |
0 commit comments