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 17fc1e2 Updated NuGet packages and CHANGELOG.md
17fc1e2 is described below
commit 17fc1e25edb13291bba6ac0046dc1cb839992773
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Aug 8 15:19:16 2024 +0200
Updated NuGet packages and CHANGELOG.md
---
CHANGELOG.md | 2 +-
benchmarks/Compression/Compression.csproj | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecb5539..fb666ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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).
-## [3.3.2-rc1] - 2024-07-17
+## [3.3.2] - 2024-08-07
### Changed
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index b14e307..5670827 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -8,10 +8,10 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
+ <PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
- <PackageReference Include="Google.Protobuf" Version="3.27.2" />
- <PackageReference Include="Grpc.Tools" Version="2.64.0">
+ <PackageReference Include="Google.Protobuf" Version="3.27.3" />
+ <PackageReference Include="Grpc.Tools" Version="2.65.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>