forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing DotNetZip with ZipStorer library
The replacement library uses the internal System.IO.Compression classes along with custom code for reading and writing the central directory structure of .zip files. The resulting .zip files created may be slightly larger than those produced via DotNetZip, but we will sacrifice that small size difference in exchange for cross-platform usability.
- Loading branch information
Showing
10 changed files
with
1,605 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.