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 8529bc4 Updated NuGet packages
8529bc4 is described below
commit 8529bc40afa1d3fe46ae1413670a5aef6fabb139
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Dec 10 08:28:36 2025 +0100
Updated NuGet packages
---
CHANGELOG.md | 5 +++++
samples/Consuming/Consuming.csproj | 2 +-
samples/Extensions/Extensions.csproj | 6 +++---
samples/Producing/Producing.csproj | 2 +-
src/DotPulsar/DotPulsar.csproj | 18 +++++++++---------
5 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a7aa78..6e81698 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,11 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.1.0/)
### Changed
- Updated the Google.Protobuf dependency from version 3.33.1 to 3.33.2
+- Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.0
to 10.0.1
+- Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.0 to
10.0.1 for .NET Standard 2.0
+- Updated the System.Collections.Immutable from version 10.0.0 to 10.0.1 for
.NET Standard 2.0 and 2.1
+- Updated the System.Diagnostics.DiagnosticSource dependency from version
10.0.0 to 10.0.1 for .NET Standard 2.0 and 2.1
+- Updated the System.IO.Pipelines dependency from version 10.0.0 to 10.0.1 for
.NET Standard 2.0 and 2.1 and .NET 8
## [5.1.0] - 2025-11-24
diff --git a/samples/Consuming/Consuming.csproj
b/samples/Consuming/Consuming.csproj
index d06ef10..bfe5e46 100644
--- a/samples/Consuming/Consuming.csproj
+++ b/samples/Consuming/Consuming.csproj
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0"
/>
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1"
/>
</ItemGroup>
<ItemGroup>
diff --git a/samples/Extensions/Extensions.csproj
b/samples/Extensions/Extensions.csproj
index b8fa16f..b1ffaa0 100644
--- a/samples/Extensions/Extensions.csproj
+++ b/samples/Extensions/Extensions.csproj
@@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.DependencyInjection"
Version="10.0.0" />
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0"
/>
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="10.0.0" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection"
Version="10.0.1" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1"
/>
+ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="10.0.1" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Producing/Producing.csproj
b/samples/Producing/Producing.csproj
index 27eaa03..03eccdb 100644
--- a/samples/Producing/Producing.csproj
+++ b/samples/Producing/Producing.csproj
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0"
/>
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1"
/>
</ItemGroup>
<ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 9f648d9..2494bea 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -29,25 +29,25 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="10.0.0" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="10.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0"
/>
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.1"
/>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
- <PackageReference Include="System.Collections.Immutable" Version="10.0.0"
/>
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="10.0.0" />
- <PackageReference Include="System.IO.Pipelines" Version="10.0.0" />
+ <PackageReference Include="System.Collections.Immutable" Version="10.0.1"
/>
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="10.0.1" />
+ <PackageReference Include="System.IO.Pipelines" Version="10.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
- <PackageReference Include="System.Collections.Immutable" Version="10.0.0"
/>
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="10.0.0" />
- <PackageReference Include="System.IO.Pipelines" Version="10.0.0" />
+ <PackageReference Include="System.Collections.Immutable" Version="10.0.1"
/>
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="10.0.1" />
+ <PackageReference Include="System.IO.Pipelines" Version="10.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
- <PackageReference Include="System.IO.Pipelines" Version="10.0.0" />
+ <PackageReference Include="System.IO.Pipelines" Version="10.0.1" />
</ItemGroup>
<ItemGroup>