Skip to content

Commit 0cf3a01

Browse files
authored
AM only maps enums by value as a fallback
1 parent 23039de commit 0cf3a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AutoMapper.Extensions.EnumMapping
77

88
### Summary
99

10-
The AutoMapper.Extensions.EnumMapping library gives you control about your enum values mappings. Normally enums are automatically mapped bij AutoMapper as an integer, but you have no control about custom mappings. It is possible to create a custom type converter for every enum.
10+
The AutoMapper.Extensions.EnumMapping library gives you control about your enum values mappings. It is possible to create a custom type converter for every enum.
1111

1212
This library supports mapping enums values like properties.
1313

0 commit comments

Comments
 (0)