forked from icsharpcode/SharpZipLib
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSharpZipLib.Portable.nuspec
More file actions
33 lines (30 loc) · 1.44 KB
/
SharpZipLib.Portable.nuspec
File metadata and controls
33 lines (30 loc) · 1.44 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
<?xml version="1.0"?>
<package >
<metadata>
<id>SharpZipLib.Portable</id>
<version>0.86.0.0003</version>
<authors>ygrenier</authors>
<owners>ygrenier</owners>
<licenseUrl>http://icsharpcode.github.io/SharpZipLib/#license</licenseUrl>
<projectUrl>https://github.com/ygrenier/SharpZipLib.Portable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpZipLib for Portable Class Library (.Net 4.5, WP 8.0, WP 8.1, WinStore 8.1, MonoDroid, MonoTouch (Classic), Xamarin.iOS)</description>
<releaseNotes>
* V:0.86.0.0003
- Nuget package supports Xamarin.iOS plateform.
* V:0.86.0.0002
- Merge some updates from the original library.
* V:0.86.0.0001
- Implements a VirtualFileSystem structure to simulate file access.
* V:0.86.0
- Initial release.
</releaseNotes>
<copyright>Copyright 2001-2014 Mike Krueger, John Reilly, Yan Grenier</copyright>
<tags>SharpZipLib zip PCL Portable</tags>
</metadata>
<files>
<file src="\bin\ICSharpCode.SharpZipLib.Portable.dll" target="lib\portable-net45+netcore45+wp8+win8+wpa81+MonoTouch+MonoAndroid+Xamarin.iOS10\" />
<file src="\bin\ICSharpCode.SharpZipLib.Portable.pdb" target="lib\portable-net45+netcore45+wp8+win8+wpa81+MonoTouch+MonoAndroid+Xamarin.iOS10\" />
<file src="\bin\ICSharpCode.SharpZipLib.Portable.xml" target="lib\portable-net45+netcore45+wp8+win8+wpa81+MonoTouch+MonoAndroid+Xamarin.iOS10\" />
</files>
</package>