Closed grendello closed 3 years ago
Tree layout changes:
LibZipSharp/
lzsbuild
artifacts
Build process changes:
build.sh
build.sh --help
CMakeLists.txt
Library changes:
bzip2
lzma
zlib-ng
zlib
libZipSharpNative
LZMA
LZMA2
libzip
Info.GetVersions()
/azp run
Tree layout changes:
LibZipSharp/
lzsbuild
andartifacts
Build process changes:
build.sh
(runbuild.sh --help
)CMakeLists.txt
added in the root directory to handle all the native builds.Library changes:
bzip2
,lzma
andzlib-ng
zlib
compatibility modelibZipSharpNative
libZipSharpNative
lzma
library supportingLZMA
andLZMA2
compression algorithms, they are disabled inlibzip
itself)Info.GetVersions()
) to return version information about all the native libraries + LibZipSharp itself.