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 237cf0b Make ready for release 5.0.0-rc.1
237cf0b is described below
commit 237cf0bd4e3943ead620ce95b6acd6430347453d
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Oct 20 14:10:42 2025 +0200
Make ready for release 5.0.0-rc.1
---
CHANGELOG.md | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f24225..2d92b21 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).
-## [Unreleased]
+## [5.0.0-rc.1] - 2025-20-10
### Changed
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 3ec77e5..fe59300 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Shouldly" Version="4.3.0" />
- <PackageReference Include="Testcontainers.Pulsar" Version="4.7.0" />
+ <PackageReference Include="Testcontainers.Pulsar" Version="4.8.0" />
<PackageReference Include="ToxiproxyNetCore" Version="1.0.40" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">