Zlib.Portable icon indicating copy to clipboard operation
Zlib.Portable copied to clipboard

A Portable Class Library port of the Zlib library from http://dotnetzip.codeplex.com

Results 4 Zlib.Portable issues
Sort by recently updated
recently updated
newest added

The PCL targets specified in the nuspec files are not in cannonical form. As a result, nuget thinks that Xamarin.iOS is not supported, for example, so the nupkg cannot be...

Hey How easy is it to fix this incompability package installation ? https://github.com/fsharp/FSharp.Data/issues/993 Is this repo up-to-date? Should we just postfix _Xamarin.iOS10_ to the targets in this file https://github.com/advancedrei/Zlib.Portable/blob/master/src/Zlib.Portable.nuspec?

See documentation http://dotnetzip.codeplex.com/ first example of use: ``` using (ZipFile zip = new ZipFile()) { // add this map file into the "images" directory in the zip archive zip.AddFile("c:\\images\\personal\\7440-N49th.png", "images");...