Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinZipAes no longer supported on .NET 3.5 #250

Closed
dbaumber opened this issue May 30, 2017 · 1 comment
Closed

WinZipAes no longer supported on .NET 3.5 #250

dbaumber opened this issue May 30, 2017 · 1 comment

Comments

@dbaumber
Copy link
Contributor

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.

adamhathcock added a commit that referenced this issue May 31, 2017
Fix for Issue #250: remove extra build flags for .NET 3.5
@adamhathcock
Copy link
Owner

adamhathcock added a commit that referenced this issue May 31, 2017
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants