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 a4182e0  Release 5.1.1
a4182e0 is described below

commit a4182e09aa9e048de29e60fe6f9af95be7d5127a
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Fri Dec 12 08:54:08 2025 +0100

    Release 5.1.1
---
 CHANGELOG.md                                                   | 2 +-
 tests/DotPulsar.Tests/Extensions/StateExtensionsTests.cs       | 1 -
 tests/DotPulsar.Tests/Extensions/StateHolderExtensionsTests.cs | 1 -
 tests/DotPulsar.Tests/Internal/AsyncQueueWithCursorTests.cs    | 1 -
 tests/DotPulsar.Tests/Internal/ChunkingPipelineTests.cs        | 3 ---
 tests/DotPulsar.Tests/Internal/MessageProcessorTests.cs        | 1 -
 tests/DotPulsar.Tests/Internal/PingPongHandlerTest.cs          | 1 -
 tests/DotPulsar.Tests/TestOutputHelperExtensions.cs            | 1 -
 8 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c40f4ed..c58e5af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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).
 
-## [5.1.1-rc.1] - 2025-12-10
+## [5.1.1] - 2025-12-12
 
 ### Changed
 
diff --git a/tests/DotPulsar.Tests/Extensions/StateExtensionsTests.cs 
b/tests/DotPulsar.Tests/Extensions/StateExtensionsTests.cs
index 7f76759..a530dfb 100644
--- a/tests/DotPulsar.Tests/Extensions/StateExtensionsTests.cs
+++ b/tests/DotPulsar.Tests/Extensions/StateExtensionsTests.cs
@@ -18,7 +18,6 @@ using AutoFixture.Xunit2;
 using DotPulsar.Abstractions;
 using DotPulsar.Extensions;
 using NSubstitute.ExceptionExtensions;
-using System;
 
 [Trait("Category", "Unit")]
 public class StateExtensionsTests
diff --git a/tests/DotPulsar.Tests/Extensions/StateHolderExtensionsTests.cs 
b/tests/DotPulsar.Tests/Extensions/StateHolderExtensionsTests.cs
index ad3b4b6..c46a7b4 100644
--- a/tests/DotPulsar.Tests/Extensions/StateHolderExtensionsTests.cs
+++ b/tests/DotPulsar.Tests/Extensions/StateHolderExtensionsTests.cs
@@ -17,7 +17,6 @@ namespace DotPulsar.Tests.Extensions;
 using AutoFixture.Xunit2;
 using DotPulsar.Abstractions;
 using DotPulsar.Extensions;
-using System;
 
 [Trait("Category", "Unit")]
 public class StateHolderExtensionsTests
diff --git a/tests/DotPulsar.Tests/Internal/AsyncQueueWithCursorTests.cs 
b/tests/DotPulsar.Tests/Internal/AsyncQueueWithCursorTests.cs
index 8c78ab0..bf63842 100644
--- a/tests/DotPulsar.Tests/Internal/AsyncQueueWithCursorTests.cs
+++ b/tests/DotPulsar.Tests/Internal/AsyncQueueWithCursorTests.cs
@@ -16,7 +16,6 @@ namespace DotPulsar.Tests.Internal;
 
 using DotPulsar.Internal;
 using DotPulsar.Internal.Exceptions;
-using System;
 
 [Trait("Category", "Unit")]
 public class AsyncQueueWithCursorTests
diff --git a/tests/DotPulsar.Tests/Internal/ChunkingPipelineTests.cs 
b/tests/DotPulsar.Tests/Internal/ChunkingPipelineTests.cs
index 3b69d32..06ba87b 100644
--- a/tests/DotPulsar.Tests/Internal/ChunkingPipelineTests.cs
+++ b/tests/DotPulsar.Tests/Internal/ChunkingPipelineTests.cs
@@ -15,10 +15,7 @@
 namespace DotPulsar.Tests.Internal;
 
 using DotPulsar.Internal;
-using System;
 using System.Buffers;
-using System.IO;
-using System.Linq;
 
 [Trait("Category", "Unit")]
 public class ChunkingPipelineTests
diff --git a/tests/DotPulsar.Tests/Internal/MessageProcessorTests.cs 
b/tests/DotPulsar.Tests/Internal/MessageProcessorTests.cs
index 3ef99b0..26ffc6d 100644
--- a/tests/DotPulsar.Tests/Internal/MessageProcessorTests.cs
+++ b/tests/DotPulsar.Tests/Internal/MessageProcessorTests.cs
@@ -17,7 +17,6 @@ namespace DotPulsar.Tests.Internal;
 using DotPulsar.Abstractions;
 using DotPulsar.Exceptions;
 using DotPulsar.Internal;
-using System.Threading;
 
 [Trait("Category", "Unit")]
 public sealed class MessageProcessorTests : IDisposable
diff --git a/tests/DotPulsar.Tests/Internal/PingPongHandlerTest.cs 
b/tests/DotPulsar.Tests/Internal/PingPongHandlerTest.cs
index 19cf5ff..32d621a 100644
--- a/tests/DotPulsar.Tests/Internal/PingPongHandlerTest.cs
+++ b/tests/DotPulsar.Tests/Internal/PingPongHandlerTest.cs
@@ -15,7 +15,6 @@
 namespace DotPulsar.Tests.Internal;
 
 using DotPulsar.Internal;
-using System;
 
 [Trait("Category", "Unit")]
 public class PingPongHandlerTest
diff --git a/tests/DotPulsar.Tests/TestOutputHelperExtensions.cs 
b/tests/DotPulsar.Tests/TestOutputHelperExtensions.cs
index ece54a0..4202d65 100644
--- a/tests/DotPulsar.Tests/TestOutputHelperExtensions.cs
+++ b/tests/DotPulsar.Tests/TestOutputHelperExtensions.cs
@@ -14,7 +14,6 @@
 
 namespace DotPulsar.Tests;
 
-using System;
 using Xunit.Abstractions;
 
 public static class TestOutputHelperExtensions

Reply via email to