Skip to content

Commit

Permalink
Merge pull request #3 from Kim-SSi/master
Browse files Browse the repository at this point in the history
Updated native Windows Dll to 1.3.4
  • Loading branch information
bp74 authored Mar 27, 2018
2 parents fa4d224 + 32d1cb4 commit 9e6f0b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Zstandard.Net.Tests/PropertyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions Zstandard.Net/Zstandard.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageLicenseUrl>https://github.com/bp74/Zstandard.Net/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/bp74/Zstandard.Net</RepositoryUrl>
<PackageTags>Compression Stream Zstandard Zstd</PackageTags>
<PackageReleaseNotes>Reduced memory allocations for internal buffers.</PackageReleaseNotes>
<Version>1.1.3</Version>
<PackageReleaseNotes>Updated native Windows Dll to 1.3.4</PackageReleaseNotes>
<Version>1.1.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file modified Zstandard.Net/build/x64/libzstd.dll
Binary file not shown.
Binary file modified Zstandard.Net/build/x86/libzstd.dll
Binary file not shown.

0 comments on commit 9e6f0b8

Please sign in to comment.