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 921ba9e  Updated NuGet packages
921ba9e is described below

commit 921ba9e3893d4894b9c5c2c4a2bfceea81e29f1c
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Jul 9 08:33:29 2025 +0200

    Updated NuGet packages
---
 CHANGELOG.md                         |  8 ++++----
 samples/Consuming/Consuming.csproj   |  2 +-
 samples/Extensions/Extensions.csproj |  6 +++---
 samples/Producing/Producing.csproj   |  2 +-
 src/DotPulsar/DotPulsar.csproj       | 12 ++++++------
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a63f62..769e71c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,10 +8,10 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.1.0/)
 
 ### Changed
 
-- Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.5 to 
9.0.6
-- Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 9.0.5 to 
9.0.6 for .NET Standard 2.0
-- Updated the System.Diagnostics.DiagnosticSource dependency from version 
9.0.5 to 9.0.6 for .NET Standard 2.0 and 2.1
-- Updated the System.IO.Pipelines dependency from version 9.0.5 to 9.0.6 for 
.NET 8 and 9
+- Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.5 to 
9.0.7
+- Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 9.0.5 to 
9.0.7 for .NET Standard 2.0
+- Updated the System.Diagnostics.DiagnosticSource dependency from version 
9.0.5 to 9.0.7 for .NET Standard 2.0 and 2.1
+- Updated the System.IO.Pipelines dependency from version 9.0.5 to 9.0.7 for 
.NET 8 and 9
 
 ## [4.3.0] - 2025-06-10
 
diff --git a/samples/Consuming/Consuming.csproj 
b/samples/Consuming/Consuming.csproj
index 231f7c0..212436e 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.6" />
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/samples/Extensions/Extensions.csproj 
b/samples/Extensions/Extensions.csproj
index f3834f9..71ca6b4 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.6" />
-    <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
-    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="9.0.6" />
+    <PackageReference Include="Microsoft.Extensions.DependencyInjection" 
Version="9.0.7" />
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
+    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="9.0.7" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/samples/Producing/Producing.csproj 
b/samples/Producing/Producing.csproj
index 02bb705..f613dfa 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.6" />
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 4752e76..9331db1 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.6" />
+    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="9.0.7" />
     <PackageReference Include="protobuf-net" Version="3.2.52" />
   </ItemGroup>
  
   <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
-    <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.6" 
/>
+    <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.7" 
/>
     <PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
-    <PackageReference Include="System.Diagnostics.DiagnosticSource" 
Version="9.0.6" />
+    <PackageReference Include="System.Diagnostics.DiagnosticSource" 
Version="9.0.7" />
     <PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
   </ItemGroup>
 
   <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
-    <PackageReference Include="System.Diagnostics.DiagnosticSource" 
Version="9.0.6" />
+    <PackageReference Include="System.Diagnostics.DiagnosticSource" 
Version="9.0.7" />
     <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.6" />
+    <PackageReference Include="System.IO.Pipelines" Version="9.0.7" />
   </ItemGroup>
 
   <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
-    <PackageReference Include="System.IO.Pipelines" Version="9.0.6" />
+    <PackageReference Include="System.IO.Pipelines" Version="9.0.7" />
   </ItemGroup>
 
   <ItemGroup>

Reply via email to