Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Release 6.0.2
Release 6.0.1
Fixes #149 (No generic method 'Include' exception) calling IMapper.MapExpressionAsInclude().
Release 6.0.0
Supporting AutoMapper v12.
Release 5.1.0
Reducing the need for custom expressions in defining literal member maps.
Release 5.0.3
Minor: Updating the list of literals (needing further info) to clarify/prevent System.InvalidOperationException "The binary operator op is not defined for the types t1 and t2."
Release 5.0.2
Bug fix for: Mapping MemberInit expressions fail for custom MapFrom expressions.
Release 4.1.5
Bug fix in SourceInjectedQueryProvider to dispose the IQueryable after "manual" projection. (netstandard2.0;net461)
Release 5.0.1
Bug fix in SourceInjectedQueryProvider to dispose the IQueryable after "manual" projection.
Release 5.0.0
Referencing AutoMapper v11.
Release 4.1.3
Fixes Issue #126 - Parameter not remapped when using a logical binary expression