Full Changelog: v14.0.0...v15.0.0
- Added support for .NET Standard 2.0
- Requiring license key
- Moving from MIT license to dual commercial/OSS license
To set your license key:
services.AddAutoMapper(cfg => {
cfg.LicenseKey = "<License key here>";
});
You can obtain your license key at AutoMapper.io