3.1.0 (2020-02-22)
- Update
Autofac
to version5.1.1
- Expose
MapperConfiguration
asIConfigurationProvider
as well
- Optimize registration process and make sure that
AutoMapper
assemblies are excluded when scanning for types
3.0.0 (2020-01-29)
Autofac
has been updated to5.0.0
. The release ofAutofac
contains breaking changes, mostly making the container immutable. You can read more about the changes here.
2.0.1 (2019-12-26)
- Update
Autofac
to version4.9.4
2.0.0 (2019-08-12)
AutoMapper
has completely removed all static-apis. If you still rely on any of them, please check out this migration-guide.
- Update
AutoMapper
to version9.0.0
1.0.1 (2019-06-13)
- Update
AutoMapper
to version8.1.1
1.0.0 (2019-05-16)
- Allow
AutoMapper
and it's components to be registered via an extension method for Autofac.
This package is the same as the latest version from CleanCodeLabs.AutoMapper.Extensions.Autofac.DependencyInjection. It has been moved to this repository and will be continued to be mantained here.