From 8536ee9f75e62a11e5f18964b7eeef274da744c1 Mon Sep 17 00:00:00 2001 From: Danijel Peric Date: Sun, 26 Mar 2023 12:56:24 +0200 Subject: [PATCH] readme update, nuget badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae5072c..5986e61 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# MediatR.ParallelPublisher +MediatR.ParallelPublisher +======= + +[![NuGet](https://img.shields.io/nuget/v/MediatR.ParallelPublisher?style=flat-square)](https://www.nuget.org/packages/MediatR.ParallelPublisher) MediatR.ParallelPublisher is an extension for [MediatR](https://github.com/jbogard/MediatR) that enables parallel and fire-and-forget publishing of notifications. The library aims to improve performance and responsiveness by executing notification handlers concurrently, while also providing exception handling mechanisms for notification processing.