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

Releases: AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection

v12.0.1

Choose a tag to compare

@lbargaoanu lbargaoanu released this 09 Apr 05:55

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

11.0.0

Choose a tag to compare

@jbogard jbogard released this 24 Jan 13:45

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

6.1.1

Choose a tag to compare

@jbogard jbogard released this 04 Jun 03:21

Version bump for AutoMapper 8.1.1 release

6.1.0

Choose a tag to compare

@jbogard jbogard released this 29 Apr 20:30
20877eb

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

Choose a tag to compare

@jbogard jbogard released this 18 Jun 13:44

Patch release to update to the 7.0.1 release of AutoMapper

1.2.0

Choose a tag to compare

@jbogard jbogard released this 29 Dec 15:37

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.