github jbogard/MediatR v5.0.1
5.0.1

latest releases: v12.2.0, v12.1.1, v12.1.0...
5 years ago

This release consolidates some interfaces and factories. The factory delegates are now just a single delegate, ServiceFactory.

Additionally, the "void" IRequest interface now inherits IRequest<Unit>, and the IRequestHandler<T> inherits IRequestHandler<T, Unit>.

Migration from 4.x to 5.0

Don't miss a new MediatR release

NewReleases is sending notifications on new releases.