45f4c1d9f9
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> |
||
---|---|---|
.. | ||
Program.cs | ||
ZipTest.csproj |