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 889378e Updated NuGet packages
889378e is described below
commit 889378efbf4ddaee7ec4754f9d58fab9461b7e5d
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Jan 19 15:53:43 2026 +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 04ae6bd..0e0421f 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.2 to 3.33.4
+- Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.1
to 10.0.2
+- Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.1 to
10.0.2 for .NET Standard 2.0
+- Updated the System.Collections.Immutable from version 10.0.1 to 10.0.2 for
.NET Standard 2.0 and 2.1
+- Updated the System.Diagnostics.DiagnosticSource dependency from version
10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1
+- Updated the System.IO.Pipelines dependency from version 10.0.1 to 10.0.2 for
.NET Standard 2.0 and 2.1 and .NET 8
## [5.1.1] - 2025-12-12
diff --git a/samples/Consuming/Consuming.csproj
b/samples/Consuming/Consuming.csproj
index bfe5e46..fa601f3 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.1"
/>
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2"
/>
</ItemGroup>
<ItemGroup>
diff --git a/samples/Extensions/Extensions.csproj
b/samples/Extensions/Extensions.csproj
index b1ffaa0..ebcc9ef 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.1" />
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1"
/>
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="10.0.1" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection"
Version="10.0.2" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2"
/>
+ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions"
Version="10.0.2" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Producing/Producing.csproj
b/samples/Producing/Producing.csproj
index 03eccdb..1817241 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.1"
/>
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2"
/>
</ItemGroup>
<ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index f7784b7..cc65c95 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.1" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="10.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.1"
/>
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.2"
/>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.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" />
+ <PackageReference Include="System.Collections.Immutable" Version="10.0.2"
/>
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="10.0.2" />
+ <PackageReference Include="System.IO.Pipelines" Version="10.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
- <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" />
+ <PackageReference Include="System.Collections.Immutable" Version="10.0.2"
/>
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="10.0.2" />
+ <PackageReference Include="System.IO.Pipelines" Version="10.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
- <PackageReference Include="System.IO.Pipelines" Version="10.0.1" />
+ <PackageReference Include="System.IO.Pipelines" Version="10.0.2" />
</ItemGroup>
<ItemGroup>