AutoMapper 16.0.0 and MediatR 14.0.0 Released with .NET 10 Support
With the release of .NET, we've released updated packages of AutoMapper and MediatR targeting .NET 10 (and all supported versions of .NET and 4.x of .NET Framework).
From this release forward, we're aligning to major release cadences of .NET since this also means upping our dependency versions as well. Minor versions will still happen throughout the year but upping dependencies often has just as many issues as breaking API changes so we want to align with that cadence to make it easier for folks to understand when things are changing.
This release doesn't have any API changes from the previous minor release, but we did add NuGet package signing:

This shows that the AutoMapper (and MediatR) packages were published by Lucky Penny Software (my company) and not...Unlucky Penny Software? Getting this additional security verification is important for customers to know that this package comes from us and not some other entity. Getting verified for code signing certificates is a fairly involved process doing things like "taking selfies with my passport".
Downloads and release notes below:
Enjoy!