mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Up version to 6.0.0-alpha9.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Aaru.Compression.Native</id>
|
<id>Aaru.Compression.Native</id>
|
||||||
<version>6.0.0-alpha8</version>
|
<version>6.0.0-alpha9</version>
|
||||||
<description>C implementation of compression algorithms used by Aaru.</description>
|
<description>C implementation of compression algorithms used by Aaru.</description>
|
||||||
<authors>claunia</authors>
|
<authors>claunia</authors>
|
||||||
<projectUrl>https://github.com/aaru-dps/Aaru.Compression.Native</projectUrl>
|
<projectUrl>https://github.com/aaru-dps/Aaru.Compression.Native</projectUrl>
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ AARU_EXPORT size_t AARU_CALL AARU_zstd_encode_buffer(void* dst_buffer,
|
|||||||
size_t src_size,
|
size_t src_size,
|
||||||
int32_t compressionLevel);
|
int32_t compressionLevel);
|
||||||
|
|
||||||
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000086
|
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000089
|
||||||
|
|
||||||
AARU_EXPORT uint64_t AARU_CALL AARU_get_acn_version();
|
AARU_EXPORT uint64_t AARU_CALL AARU_get_acn_version();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user