From d6b0660217681b14eec743eb49e87be4c64259b9 Mon Sep 17 00:00:00 2001 From: litenova Date: Fri, 8 Dec 2023 14:20:24 +0100 Subject: [PATCH] Upgrade to Version 0.20.2 --- Changelog.md | 5 +++++ src/Directory.Build.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 009d20d..e8ffd46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## v.0.20.2 +- Refined Handle Descriptors +- Removed Any Usage of Reflection in `MessageDependencies` +- Removed Some Redundant Code From Descriptors + ## v.0.20.1 - Rename `AddMessaging` method to `AddMessageModule`. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7e64190..0c8128a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,7 +5,7 @@ latest A. Shafie mediator;cqrs - 0.20.1 + 0.20.2 icon.png LiteBus is an easy-to-use and ambitious in-process mediator providing the foundation to implement Command Query Separation (CQS). It is implemented with minimal reflection and instead utilizes covariance and contravariance to provide its core functionality. https://github.com/litenova/LiteBus