From bd33379966f710a13b5f4fc15ac084b78ab3eb08 Mon Sep 17 00:00:00 2001 From: Tomasz Maruszak Date: Wed, 18 Sep 2024 22:19:15 +0200 Subject: [PATCH] Prepare release Signed-off-by: Tomasz Maruszak --- src/Host.Plugin.Properties.xml | 2 +- .../SlimMessageBus.Host.Interceptor.csproj | 2 +- .../SlimMessageBus.Host.Serialization.csproj | 2 +- src/SlimMessageBus/SlimMessageBus.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Host.Plugin.Properties.xml b/src/Host.Plugin.Properties.xml index 86fe0a43..52871511 100644 --- a/src/Host.Plugin.Properties.xml +++ b/src/Host.Plugin.Properties.xml @@ -4,7 +4,7 @@ - 2.5.3-rc2 + 2.5.3 \ No newline at end of file diff --git a/src/SlimMessageBus.Host.Interceptor/SlimMessageBus.Host.Interceptor.csproj b/src/SlimMessageBus.Host.Interceptor/SlimMessageBus.Host.Interceptor.csproj index 6df6057b..dbd524c4 100644 --- a/src/SlimMessageBus.Host.Interceptor/SlimMessageBus.Host.Interceptor.csproj +++ b/src/SlimMessageBus.Host.Interceptor/SlimMessageBus.Host.Interceptor.csproj @@ -3,7 +3,7 @@ - 2.0.3 + 2.0.4 Core interceptor interfaces of SlimMessageBus SlimMessageBus diff --git a/src/SlimMessageBus.Host.Serialization/SlimMessageBus.Host.Serialization.csproj b/src/SlimMessageBus.Host.Serialization/SlimMessageBus.Host.Serialization.csproj index 3a9e5db7..b56af7cb 100644 --- a/src/SlimMessageBus.Host.Serialization/SlimMessageBus.Host.Serialization.csproj +++ b/src/SlimMessageBus.Host.Serialization/SlimMessageBus.Host.Serialization.csproj @@ -3,7 +3,7 @@ - 2.0.3 + 2.0.4 Core serialization interfaces of SlimMessageBus SlimMessageBus diff --git a/src/SlimMessageBus/SlimMessageBus.csproj b/src/SlimMessageBus/SlimMessageBus.csproj index bb7d0d31..829be406 100644 --- a/src/SlimMessageBus/SlimMessageBus.csproj +++ b/src/SlimMessageBus/SlimMessageBus.csproj @@ -3,7 +3,7 @@ - 2.0.3 + 2.0.4 This library provides a lightweight, easy-to-use message bus interface for .NET, offering a simplified facade for working with messaging brokers. It supports multiple transport providers for popular messaging systems, as well as in-memory (in-process) messaging for efficient local communication.