Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 9.0.1

14 Jul 09:44
723d346

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

Release 9.0.0

12 Jul 14:11
7fa9eb9

Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v9.0.0

Release 8.0.0

15 Feb 15:50
b8b4900

Choose a tag to compare

What's Changed

Full Changelog: v7.0.2...v8.0.0

Release 7.0.2

16 Sep 10:46
2e4ea0c

Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.0.2

Release 7.0.1

15 May 09:58
9f77f08

Choose a tag to compare

Bug fix on Issue #179 - Use Declaring Type when mapping instance methods.

What's Changed

  • Always create instance methods using the declaring type. by @BlaiseD in #180

Full Changelog: v7.0.0...v7.0.1

Release 7.0.0

07 Feb 11:45
69e5e93

Choose a tag to compare

Supporting AutoMapper v13

What's Changed

New Contributors

Full Changelog: v6.0.4...v7.0.0

Release 6.0.4

02 Apr 11:40
fd47b84

Choose a tag to compare

Mapping Enums in expressions to the underlying integer without MapFrom.

What's Changed

  • Added enum to int conversion for unmapped side of binary expressions by @ErikGjers in #163
  • Error in #161 fix. by @BlaiseD in #167
  • Replacing PackageLicenseUrl with PackageLicenseExpression. by @BlaiseD in #168

New Contributors

Full Changelog: v6.0.3...v6.0.4

Release 6.0.3

27 Jan 11:30
c5c1a1d

Choose a tag to compare

Bug fix: List constant stays unmapped in mapped expression.

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.0.3

Release 6.0.2

26 Nov 11:13
edb717f

Choose a tag to compare

Bug fix: Parameter not replaced in mapped expression.

What's Changed

Full Changelog: v6.0.1...v6.0.2

Release 6.0.1

30 Oct 14:09
22a1a46

Choose a tag to compare

Fixes #149 (No generic method 'Include' exception) calling IMapper.MapExpressionAsInclude().