diff --git a/Zstandard.Net.Tests/PropertyTests.cs b/Zstandard.Net.Tests/PropertyTests.cs index 324cb99..93fabb8 100644 --- a/Zstandard.Net.Tests/PropertyTests.cs +++ b/Zstandard.Net.Tests/PropertyTests.cs @@ -10,7 +10,7 @@ public class PropertyTests public void ZstandardStream_PropertyVersion_IsValid() { var value = ZstandardStream.Version; - Assert.AreEqual(new Version(1, 3, 3), value); + Assert.AreEqual(new Version(1, 3, 4), value); } [TestMethod] diff --git a/Zstandard.Net/Zstandard.Net.csproj b/Zstandard.Net/Zstandard.Net.csproj index fa5508a..8c8632e 100644 --- a/Zstandard.Net/Zstandard.Net.csproj +++ b/Zstandard.Net/Zstandard.Net.csproj @@ -11,8 +11,8 @@ https://github.com/bp74/Zstandard.Net/blob/master/LICENSE https://github.com/bp74/Zstandard.Net Compression Stream Zstandard Zstd - Reduced memory allocations for internal buffers. - 1.1.3 + Updated native Windows Dll to 1.3.4 + 1.1.4 diff --git a/Zstandard.Net/build/x64/libzstd.dll b/Zstandard.Net/build/x64/libzstd.dll index 0e833f3..dd9cef4 100644 Binary files a/Zstandard.Net/build/x64/libzstd.dll and b/Zstandard.Net/build/x64/libzstd.dll differ diff --git a/Zstandard.Net/build/x86/libzstd.dll b/Zstandard.Net/build/x86/libzstd.dll index 9a8f34c..4d19259 100644 Binary files a/Zstandard.Net/build/x86/libzstd.dll and b/Zstandard.Net/build/x86/libzstd.dll differ