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 a3d6825  Updated NuGet package
a3d6825 is described below

commit a3d6825d4fc75a98e713422a87ff6e6673ba028b
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Apr 25 15:40:21 2024 +0200

    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 f7d9f27..b8b32bf 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -18,7 +18,7 @@
     <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="ZstdSharp.Port" Version="0.7.6" />
+    <PackageReference Include="ZstdSharp.Port" Version="0.8.0" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index edc8c2b..c222a7c 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -36,7 +36,7 @@
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
     </PackageReference>
     <PackageReference Include="ZstdNet" Version="1.4.5" />
-    <PackageReference Include="ZstdSharp.Port" Version="0.7.6" />
+    <PackageReference Include="ZstdSharp.Port" Version="0.8.0" />
   </ItemGroup>
 
   <ItemGroup>

Reply via email to