MediatR のリリース

Released: Mar 3, 2026

v14.1.0 での更新項目

機能

  • Migrated the solution from the traditional .sln format to the newer .slnx (XML-based solution) format, updating target frameworks to .NET 10 and upgrading dependency versions accordingly.
    • Migration from MediatR.sln to MediatR.slnx with improved XML-based structure.
    • Upgrade of target framework from net6.0 to net10.0 in benchmark projects.
    • Update of Microsoft.Extensions.DependencyInjection from version 8.0.0 to 10.0.0.
    • Removal of coverlet.collector package reference from dependency injection...

Released: Dec 3, 2025

v14.0.0 での更新項目

機能

  • Upgraded the MediatR project to support .NET 10, updating target frameworks and dependency versions across the solution.
    • Updated target frameworks from .NET 8/9 to .NET 10 across all projects.
    • Upgraded Microsoft.Extensions.* packages from version 8.x/9.x to 10.0.0.
    • Updated third-party DI container packages to newer versions compatible with .NET 10.
  • Enabled package signing.