Skip to content

Commit c3e5455

Browse files
Updated NuGet package
1 parent e1c43a9 commit c3e5455

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [Unreleased]
8+
9+
### Changed
10+
11+
- Updated the Google.Protobuf dependency from version 3.34.0 to 3.34.1
12+
713
## [5.3.0] - 2026-03-23
814

915
### Added

benchmarks/Compression/Compression.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
12-
<PackageReference Include="Google.Protobuf" Version="3.34.0" />
12+
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
1313
<PackageReference Include="Grpc.Tools" Version="2.78.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/DotPulsar/DotPulsar.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Google.Protobuf" Version="3.34.0" />
27+
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
2828
<PackageReference Include="Grpc.Tools" Version="2.78.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)