Skip to content

Commit e9206ad

Browse files
committed
Add badges to readme.
1 parent f7f187e commit e9206ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Light Chain
22

3+
[![Nuget](https://img.shields.io/nuget/v/LightChain)](https://www.nuget.org/packages/LightChain)
4+
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/light-chain/pull-request.yml)
5+
[![Nuget](https://img.shields.io/nuget/dt/LightChain)](https://www.nuget.org/packages/LightChain)
6+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/CodingFlow)](https://github.com/sponsors/CodingFlow)
7+
38
Lightweight library for implementing simplified version of [chain of responsibility](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern) in C#.
49

510
The inspiration for this library came from figuring out a way to break up `if/else` chains into loosely coupled, separate units to improve maintainability through separation of concerns.

0 commit comments

Comments
 (0)