LibZipSharp/ZipTest
Marek Habersack 45f4c1d9f9
Version the native library (#127)
Use LibZipSharp MAJOR.MINOR version in the native library name.  

This is to avoid issues when two or more versions of the LibZipSharp
nuget are found and their native libraries have the same name but
different ABI, which can result in runtime problems when a function
expected by the managed code is not found in the native library.

From this point on, whenever any function is added or removed in
the native library, at least the MINOR version number must be bumped.
More serious ABI changes will require also MAJOR version number bump.

Co-authored-by: Dean Ellis <dellis1972@googlemail.com>
2023-04-27 15:03:48 +00:00
..
Program.cs Modify zip-slip fix to preserve actual entry names 2018-12-04 11:32:10 +01:00
ZipTest.csproj Version the native library (#127) 2023-04-27 15:03:48 +00:00