You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On .NET 3.5, working with ZIP archives that use WinZipAes are now throwing a NotSupportedException() from ZipHeaderFactory.LoadHeader(). The comment indicates that this is intended for Silverlight and Windows Phone, but the build configuration specifies this for .NET 3.5 as well. WinZipAes protected ZIP files used to work (with some issues) prior to version 0.16.0.
The text was updated successfully, but these errors were encountered:
* master:
Mark for 0.16.2
Fix for Issue #250: remove extra build flags for .NET 3.5 as to enable WinZipAes for .NET 3.5.
Add cache for dotnet packages
Per entry compression was being written out incorrectly on the central directory. Fix for that.
On .NET 3.5, working with ZIP archives that use WinZipAes are now throwing a NotSupportedException() from ZipHeaderFactory.LoadHeader(). The comment indicates that this is intended for Silverlight and Windows Phone, but the build configuration specifies this for .NET 3.5 as well. WinZipAes protected ZIP files used to work (with some issues) prior to version 0.16.0.
The text was updated successfully, but these errors were encountered: