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 c67a674 Updated NuGet package and CHANGELOG
c67a674 is described below
commit c67a6745273a2ba688d95bc582c7e1ef4a36c498
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Jan 27 09:22:14 2025 +0100
Updated NuGet package and CHANGELOG
---
CHANGELOG.md | 8 +++++++-
src/DotPulsar/DotPulsar.csproj | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a67b102..f65181c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [4.0.0-rc.1] - 2025-01-22
+## [Unreleased]
+
+### Changed
+
+- Updated the protobuf-net dependency from version 3.2.45 to 3.2.46
+
+## [4.0.0] - 2025-01-27
### Added
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 544a74a..b4db46e 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="HashDepot" Version="2.0.3" />
<PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="9.0.1" />
- <PackageReference Include="protobuf-net" Version="3.2.45" />
+ <PackageReference Include="protobuf-net" Version="3.2.46" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">