github LuckyPennySoftware/AutoMapper v15.0.0

latest release: v15.0.1
2 months ago

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

Don't miss a new AutoMapper release

NewReleases is sending notifications on new releases.