Skip to content

Commit 623332d

Browse files
authored
Bump LibZipSharp to 2.0.0-alpha7 (#126)
Context: dotnet/android-libzipsharp@fcb9323 Context: https://libzip.org/news/release-1.8.0.html 2.0.0-alpha7 changes: * bump libzip version to 1.8.0 * add support for ZSTD compression * properly hide all the native library symbols except for the libzip ones
1 parent c055fa8 commit 623332d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Android.Build.BaseTasks/MSBuildReferences.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--Import this file in projects needing to reference Microsoft.Build.*.dll -->
66
<PropertyGroup>
77
<MSBuildPackageReferenceVersion>16.10.0</MSBuildPackageReferenceVersion>
8-
<LibZipSharpVersion>2.0.0-alpha6</LibZipSharpVersion>
8+
<LibZipSharpVersion>2.0.0-alpha7</LibZipSharpVersion>
99
<MonoUnixVersion>7.0.0-alpha8.21302.6</MonoUnixVersion>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)