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 b5db69e Updated NuGet packages
b5db69e is described below
commit b5db69eaf1313f6d6c7201b651861d0fb0e1d831
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Apr 9 09:09:58 2025 +0200
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 a7018b4..c772a65 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.3 to
9.0.4
+- Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 9.0.3 to
9.0.4 for .NET Standard 2.0
+- Updated the System.Diagnostics.DiagnosticSource dependency from version
9.0.3 to 9.0.4 for .NET Standard 2.0 and 2.1
+- Updated the System.IO.Pipelines dependency from version 9.0.3 to 9.0.4 for
.NET 8 and 9
+
## [4.2.2] - 2025-03-17
### Changed
diff --git a/samples/Consuming/Consuming.csproj
b/samples/Consuming/Consuming.csproj
index 103b233..d8712ae 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.3" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Extensions/Extensions.csproj
b/samples/Extensions/Extensions.csproj
index 24b143e..4b6bbe5 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.3" />
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="9.0.3" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection"
Version="9.0.4" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="9.0.4" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Producing/Producing.csproj
b/samples/Producing/Producing.csproj
index 090dce6..20ee7fb 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.3" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
</ItemGroup>
<ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 9936df6..3123ed1 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.3" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="9.0.4" />
<PackageReference Include="protobuf-net" Version="3.2.46" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3"
/>
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.4"
/>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.3" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.4" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.3" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="9.0.4" />
<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.3" />
+ <PackageReference Include="System.IO.Pipelines" Version="9.0.4" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
- <PackageReference Include="System.IO.Pipelines" Version="9.0.3" />
+ <PackageReference Include="System.IO.Pipelines" Version="9.0.4" />
</ItemGroup>
<ItemGroup>