Name | Modified | Size | Downloads / 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