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 dc7a5dd Updated NuGet packages
dc7a5dd is described below
commit dc7a5dddecc32455126fd57cb86a7d7685f5e787
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Mar 12 09:26:43 2025 +0100
Updated NuGet packages
---
CHANGELOG.md | 9 +++++++++
samples/Consuming/Consuming.csproj | 2 +-
samples/Extensions/Extensions.csproj | 6 +++---
samples/Producing/Producing.csproj | 2 +-
src/DotPulsar/DotPulsar.csproj | 12 ++++++------
5 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a3df67..a3f92c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ 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).
+## [Unreleased]
+
+### Changed
+
+- Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.2 to
9.0.3
+- Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 9.0.2 to
9.0.3 for .NET Standard 2.0
+- Updated the System.Diagnostics.DiagnosticSource dependency from version
9.0.2 to 9.0.3 for .NET Standard 2.0 and 2.1
+- Updated the System.IO.Pipelines dependency from version 9.0.2 to 9.0.3 for
.NET 8 and 9
+
## [4.2.0] - 2025-03-06
### Added
diff --git a/samples/Consuming/Consuming.csproj
b/samples/Consuming/Consuming.csproj
index 4dbf0e2..103b233 100644
--- a/samples/Consuming/Consuming.csproj
+++ b/samples/Consuming/Consuming.csproj
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Extensions/Extensions.csproj
b/samples/Extensions/Extensions.csproj
index 2d8d466..24b143e 100644
--- a/samples/Extensions/Extensions.csproj
+++ b/samples/Extensions/Extensions.csproj
@@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.DependencyInjection"
Version="9.0.2" />
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection"
Version="9.0.3" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="9.0.3" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Producing/Producing.csproj
b/samples/Producing/Producing.csproj
index 9899ca0..090dce6 100644
--- a/samples/Producing/Producing.csproj
+++ b/samples/Producing/Producing.csproj
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 4bab032..9936df6 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -25,19 +25,19 @@
<ItemGroup>
<PackageReference Include="HashDepot" Version="2.0.3" />
- <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="9.0.3" />
<PackageReference Include="protobuf-net" Version="3.2.46" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2"
/>
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3"
/>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.2" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.3" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.2" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.3" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
</ItemGroup>
@@ -50,11 +50,11 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
- <PackageReference Include="System.IO.Pipelines" Version="9.0.2" />
+ <PackageReference Include="System.IO.Pipelines" Version="9.0.3" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
- <PackageReference Include="System.IO.Pipelines" Version="9.0.2" />
+ <PackageReference Include="System.IO.Pipelines" Version="9.0.3" />
</ItemGroup>
<ItemGroup>