Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, 8), value);
Assert.AreEqual(new Version(1, 4, 5), value);
}

[TestMethod]
Expand Down
7 changes: 4 additions & 3 deletions Zstandard.Net/Zstandard.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
<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>fixed unmanaged resource leak
</PackageReleaseNotes>
<Version>1.1.7</Version>
<PackageReleaseNotes>Native Windows dlls updated to 1.4.5</PackageReleaseNotes>
<Version>1.1.8</Version>
<AssemblyVersion>1.1.8.0</AssemblyVersion>
<FileVersion>1.1.8.0</FileVersion>
</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.