9.0.0 (2025-02-20)
- Update
Autofac
to8.2.0
- Update
AutoMapper
to14.0.0
-> this change is a small breaking change sinceAutoMapper
now requires a minimum of.NET 8.0
8.1.0 (2024-11-12)
- Update
Autofac
to8.1.1
8.0.0 (2024-02-23)
- Update
AutoMapper
to13.0.1
and target framework toNET6.0
as required by it now - Update
Autofac
to8.0.0
7.2.0 (2023-09-10)
- Allow calling
RegisterAutoMapper
multiple times. Note that this is not compatible when using the official integration and this project together! - Upgrade
Autofac
to7.1.0
7.1.0 (2022-11-23)
- Upgrade
Autofac
to6.6.0
7.0.0 (2022-09-30)
- Upgrade
AutoMapper
to12.0.0
. For more details, please see the release notes of AutoMapper.
6.1.0 (2022-05-31)
- Upgrade
Autofac
to6.4.0
6.0.1 (2022-02-04)
- Update
AutoMapper
to11.0.1
6.0.0 (2022-01-09)
AutoMapper
11.0.0 dropped support fornetstandard2.0
. No onlynetstandard2.1
is supported
- Add support for
AutoMapper
11.0.0
5.6.0 (2022-01-05)
- Add supported for property-injection. Thanks to matthewrhoden1!
5.5.0 (2021-11-12)
- Add support for
Autofac
version6.3.0
5.4.0 (2021-04-23)
- Add support for
Autofac
version6.2.0
5.3.0 (2021-03-01)
- Add support for
IValueConverter<,>
. Implements issue #5.
5.2.0 (2021-01-01)
- Use different overload to register
AutoMapper
profiles so that profiles may contain dependencies. (#4) - Upgrade
AutoMapper
to version10.1.1
- Update
Autofac
to version6.1.0
5.1.0 (2020-10-15)
- Fix obsolete-message for legacy-extensions: 7ec0b2e789ff6b7bb4ae9aa9cdba0e5e801e86a1. Thanks to benmccallum!
- Upgrade
AutoMapper
to version 10.1.0
5.0.0 (2020-09-29)
Autofac
has been updated to version6.0.0
. This release contains many new features but also breaking-changes. Check out this blog-post for more information.
AddAutoMapper
has been marked as deprecated and will be removed with version6.0.0
.
- New extensions were added that are more aligned with the
Autofac
syntax for registering dependencies. Please useRegisterAutoMapper
instead ofAddAutoMapper
4.0.0 (2020-07-15)
- Update
AutoMapper
to version10.0.0
3.2.0 (2020-06-11)
- Update
Autofac
to version5.2.0
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.