Skip to content

Commit

Permalink
Make ready for release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blankensteiner committed Feb 3, 2025
1 parent 73bf388 commit 6ec55dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [4.1.0-rc.1] - 2025-02-03

### Added

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DotPulsar
# DotPulsar

![CI - Unit](https://github.com/apache/pulsar-dotpulsar/workflows/CI%20-%20Unit/badge.svg)

Expand Down Expand Up @@ -59,6 +59,7 @@ For a more in-depth tour of the API, please visit the [Wiki](https://github.com/
- [X] Producer - partitioned topics
- [X] Consumer - subscription with initial position and priority level
- [X] Consumer - subscription types exclusive, shared, failover, and key shared
- [X] Consumer - multi-topic subscriptions
- [X] Consumer - receive and single + cumulative acknowledge
- [X] Consumer/Reader - seek on message-id and publish time
- [X] Consumer - unsubscribe
Expand Down
2 changes: 1 addition & 1 deletion tests/DotPulsar.Tests/DotPulsar.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<NoWarn>CA2012</NoWarn>
<NoWarn>SYSLIB1045,CA2012</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6ec55dd

Please # to comment.