Releases: AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection
Releases · AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection
11.0.0
Version bump for 11.0 release. This also targets exclusively netstandard2.1
as AutoMapper does.
6.1.1
Version bump for AutoMapper 8.1.1 release
6.1.0
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
Patch release to update to the 7.0.1 release of AutoMapper
1.2.0
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.