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 4665061 Updated NuGet packages 4665061 is described below commit 46650618ad263398a742f0807b63e9c11851ea8b Author: Daniel Blankensteiner <d...@vmail.dk> AuthorDate: Fri Jun 7 10:59:13 2024 +0200 Updated NuGet packages --- CHANGELOG.md | 6 +++++- benchmarks/Compression/Compression.csproj | 4 ++-- src/DotPulsar/DotPulsar.csproj | 2 +- tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 10 +++++----- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0186af3..18625ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ 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). -## [3.3.0] - ? +## [Unreleased] ### Added - Producer properties can be added when creating a producer +### Changed + +- Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.4 to 8.0.6 + ## [3.2.1] - 2024-04-24 ### Fixed diff --git a/benchmarks/Compression/Compression.csproj b/benchmarks/Compression/Compression.csproj index 909c0e6..dcebb83 100644 --- a/benchmarks/Compression/Compression.csproj +++ b/benchmarks/Compression/Compression.csproj @@ -10,8 +10,8 @@ <ItemGroup> <PackageReference Include="BenchmarkDotNet" Version="0.13.12" /> <PackageReference Include="DotNetZip" Version="1.16.0" /> - <PackageReference Include="Google.Protobuf" Version="3.26.1" /> - <PackageReference Include="Grpc.Tools" Version="2.63.0"> + <PackageReference Include="Google.Protobuf" Version="3.27.1" /> + <PackageReference Include="Grpc.Tools" Version="2.64.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj index 11ff3de..9db6e65 100644 --- a/src/DotPulsar/DotPulsar.csproj +++ b/src/DotPulsar/DotPulsar.csproj @@ -24,7 +24,7 @@ <ItemGroup> <PackageReference Include="HashDepot" Version="2.0.3" /> - <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.5" /> + <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.6" /> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" /> <PackageReference Include="protobuf-net" Version="3.2.30" /> <PackageReference Include="System.IO.Pipelines" Version="8.0.0" /> diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj index 6bf1cec..7633898 100644 --- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj +++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj @@ -11,8 +11,8 @@ <ItemGroup> <Using Include="FluentAssertions" /> - <Using Include="NSubstitute;" /> - <Using Include="Xunit;" /> + <Using Include="NSubstitute" /> + <Using Include="Xunit" /> </ItemGroup> <ItemGroup> @@ -23,11 +23,11 @@ <PackageReference Include="IronSnappy" Version="1.3.1" /> <PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" /> <PackageReference Include="NSubstitute" Version="5.1.0" /> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> <PackageReference Include="Testcontainers" Version="3.8.0" /> <PackageReference Include="ToxiproxyNetCore" Version="1.0.35" /> - <PackageReference Include="xunit" Version="2.8.0" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.8.0"> + <PackageReference Include="xunit" Version="2.8.1" /> + <PackageReference Include="xunit.runner.visualstudio" Version="2.8.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference>