AutoMapper 15.1 and MediatR 13.1 Released

Starting a new policy of regular quarterly releases, today I pushed out new versions of AutoMapper and MediatR:

The previous versions restored netstandard2.0 support across the board. In these releases, I'm including first-class support for net462 where I'm building and testing on both *nix and Windows. We noticed that just including netstandard2.0 as a target framework wasn't enough to really guarantee that the libraries would work against full .NET, so we now build and test on both.

There's some new features, enhancements, and bug fixes that you can view in the release notes above.

Enjoy!