jbogard / MediatR.Extensions.Microsoft.DependencyInjection

MediatR extensions for Microsoft.Extensions.DependencyInjection
MIT License
326 stars 90 forks source link

docs: Update README with lifetimes of IPublisher and ISender #120

Closed christianfosli closed 2 years ago

christianfosli commented 2 years ago

I noticed the lifetimes of IPublisher and ISender (from MediatR 9) were missing in the registration list in the README. This adds them.