This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 0126ce1 Updated NuGet package
0126ce1 is described below
commit 0126ce1aba87a7b4bfe9c8e5170b8ce4a4e0c93d
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Tue Feb 17 10:27:53 2026 +0100
Updated NuGet package
---
benchmarks/Compression/Compression.csproj | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index 1ed1b5f..154d1ff 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -16,7 +16,7 @@
</PackageReference>
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
- <PackageReference Include="ZstdNet" Version="1.4.5" />
+ <PackageReference Include="ZstdNet" Version="1.5.7" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.7" />
</ItemGroup>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 216228a..6e21522 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="ZstdNet" Version="1.4.5" />
+ <PackageReference Include="ZstdNet" Version="1.5.7" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.7" />
</ItemGroup>