What's Changed
- Bumping to .NET 10 by @jbogard in https://github.com/LuckyPennySoftware/MediatR/pull/1143
- Enabling package signing
Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/v13.1.0...v14.0.0
Unclaimed project
Are you a maintainer of MediatR? Claim this project to take control of your public changelog and roadmap.
Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/v13.1.0...v14.0.0
Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/v13.1.0...v14.0.0-beta-1
This release is a beta release that introduces .NET 10 support and package signing. Signed...
Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/v12.5.0...v13.0.0
To set your license key:
services.AddMediatR(cfg => {
cfg.LicenseKey = "<License key here>";
});
You can obtain your license key at [MediatR.io](https...
Nullable property from MediatR.Contracts by @jithu7432 in https://github.com/jbogard/MediatR/pull/1061