review fix

This commit is contained in:
Alexander Kozachenko 2023-12-08 02:31:00 +03:00
parent f3b3fa6780
commit 0013141111
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@ Implements a message broker with ability to build a pipeline of listeners.
The project consists of:
- observer-related interfaces [here](/src/Contracts/).
- `PipelineMessagePublisher` [here](/src/Publishers/PipelineMessagePublisher.cs).
- [Translators](/docs/Translating.md) for messages.
- [Translating](/docs/Translating.md) for messages.
- [Filtering](/docs/Filtering.md) for messages.

View file

@ -3,7 +3,7 @@
<metadata>
<id>ProSol.Messaging</id>
<title>ProSol.Messaging</title>
<version>4.0.0-rc.8.0</version>
<version>4.0.0-rc.9.0</version>
<authors>Alex Kozachenko</authors>
<owners>Alex Kozachenko</owners>
<projectUrl> https://git.disroot.org/alexenko/ProSol.Messaging </projectUrl>