Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 0038a48

Browse files
authored
Update README.md
1 parent 50ff23d commit 0038a48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MediatR extensions for Microsoft.Extensions.DependencyInjection
22

3+
![CI](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection/workflows/CI/badge.svg)
4+
[![NuGet](https://img.shields.io/nuget/dt/mediatr.extensions.microsoft.dependencyinjection.svg)](https://www.nuget.org/packages/mediatr.extensions.microsoft.dependencyinjection)
5+
[![NuGet](https://img.shields.io/nuget/vpre/mediatr.extensions.microsoft.dependencyinjection.svg)](https://www.nuget.org/packages/mediatr.extensions.microsoft.dependencyinjection)
6+
[![MyGet (dev)](https://img.shields.io/myget/mediatr-ci/v/mediatr.extensions.microsoft.dependencyinjection.svg)](https://myget.org/gallery/mediatr-ci)
7+
38
Scans assemblies and adds handlers, preprocessors, and postprocessors implementations to the container. To use, with an `IServiceCollection` instance:
49

510
```
@@ -38,4 +43,4 @@ To customize registration, such as lifecycle or the registration type:
3843
services.AddMediatR(cfg => cfg.Using<MyCustomMediator>().AsSingleton(), typeof(Startup));
3944
```
4045

41-
To register behaviors, register them individually before or after calling `AddMediatR`.
46+
To register behaviors, register them individually before or after calling `AddMediatR`.

0 commit comments

Comments
 (0)