Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Releases: AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection

v12.0.1

09 Apr 05:55
Compare
Choose a tag to compare

12.0.1 update.
Full Changelog: v12.0.0...v12.0.1

11.0.0

24 Jan 13:45
Compare
Choose a tag to compare

Version bump for 11.0 release. This also targets exclusively netstandard2.1 as AutoMapper does.

6.1.1

04 Jun 03:21
Compare
Choose a tag to compare

Version bump for AutoMapper 8.1.1 release

6.1.0

29 Apr 20:30
20877eb
Compare
Choose a tag to compare

This release supports AutoMapper 8.1.0. It includes a couple new features:

  • Changing default Mapper service lifetime to Transient
  • Allow configuration of service lifetime
  • Scanning for attribute-based maps (new in AutoMapper 8.1)

4.0.1

18 Jun 13:44
Compare
Choose a tag to compare

Patch release to update to the 7.0.1 release of AutoMapper

1.2.0

29 Dec 15:37
Compare
Choose a tag to compare

This release overhauls the service discovery mechanism, borrowing the same mechanism MVC Core uses to discover services. It looks finds any dependencies in the dependency graph that use or depend on AutoMapper and loads and probes only those assemblies.