forked from jonhargett/cordova-plugin-zip
-
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.
- Fixed miniz-cpp returning error when unzipping empty files - Fixed andyzip crashing when unzipping invalid archives
- Loading branch information
Showing
19 changed files
with
13 additions
and
5 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
Binary file modified
BIN
+512 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_ARM64_Release/ZipComponentUWP.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_ARM64_Release/ZipComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_ARM_Release/ZipComponentUWP.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_ARM_Release/ZipComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+512 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_x64_Release/ZipComponentUWP.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_x64_Release/ZipComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_x86_Release/ZipComponentUWP.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/windows/ZipComponentUWP/Bin/ZipComponentUWP_x86_Release/ZipComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...otNetComponentUWP/Bin/EmptyDotNetComponentUWP_ARM64_Release/EmptyDotNetComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...yDotNetComponentUWP/Bin/EmptyDotNetComponentUWP_ARM_Release/EmptyDotNetComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...tNetComponentUWP/Bin/EmptyDotNetComponentUWP_AnyCPU_Release/EmptyDotNetComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...yDotNetComponentUWP/Bin/EmptyDotNetComponentUWP_x64_Release/EmptyDotNetComponentUWP.winmd
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...yDotNetComponentUWP/Bin/EmptyDotNetComponentUWP_x86_Release/EmptyDotNetComponentUWP.winmd
Binary file not shown.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ using namespace ZipComponentUWP; | |
|
||
String^ ZipComponent::GetVersion() | ||
{ | ||
return "1.0.2.0"; | ||
return "1.0.3.0"; | ||
} |
Binary file not shown.