Download Latest Version v13.0.0 source code.tar.gz (84.8 kB)
Email in envelope

Get an email when there's a new version of MediatR

Home / v13.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-02 424 Bytes
v13.0.0 source code.tar.gz 2025-07-02 84.8 kB
v13.0.0 source code.zip 2025-07-02 160.9 kB
Totals: 3 Items   246.1 kB 2

Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/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:

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

You can obtain your license key at MediatR.io

Source: README.md, updated 2025-07-02