What's Changed
- Removing public signing; fixes #4545 by @jbogard in #4552
- Adding back missing overloads and reverting registering behavior by @jbogard in #4554
Full Changelog: v15.0.0...v15.0.1
This release supersedes the 15.0.0 release, reverting behavior and overloads so that the AddAutoMapper
overloads separate the "scanning for maps" from the "scanning for dependencies". Unfortunately it's not really possible to combine these two together.
This also fixes a critical bug in #4545 that does not work with .NET 4.x applications (as intended).
Because of this, the 15.0.0 will be delisted because of the breaking changes there.