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 195a098 Updated NuGet package
195a098 is described below
commit 195a0980ed79c96e677efe2748a9708c841d4f4b
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Tue Jan 13 08:09:29 2026 +0100
Updated NuGet package
---
CHANGELOG.md | 2 +-
benchmarks/Compression/Compression.csproj | 2 +-
src/DotPulsar/DotPulsar.csproj | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c47f977..04ae6bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.1.0/)
### Changed
-- Updated the Google.Protobuf dependency from version 3.33.2 to 3.33.3
+- Updated the Google.Protobuf dependency from version 3.33.2 to 3.33.4
## [5.1.1] - 2025-12-12
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index e2011b9..ce73727 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
- <PackageReference Include="Google.Protobuf" Version="3.33.3" />
+ <PackageReference Include="Google.Protobuf" Version="3.33.4" />
<PackageReference Include="Grpc.Tools" Version="2.76.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index ade0f59..f7784b7 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Google.Protobuf" Version="3.33.3" />
+ <PackageReference Include="Google.Protobuf" Version="3.33.4" />
<PackageReference Include="Grpc.Tools" Version="2.76.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>