MediatR v5.0.1 Release Notes

Release Date: 2018-06-05 // almost 6 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