github LuckyPennySoftware/MediatR v13.0.0

2 months ago

Full Changelog: v12.5.0...v13.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from Apache license to dual commercial/OSS license

To set your license key:

services.AddMediatR(cfg => {
    cfg.LicenseKey = "<License key here>";
});

You can obtain your license key at MediatR.io

Don't miss a new MediatR release

NewReleases is sending notifications on new releases.