Skip to content

Commit edece9e

Browse files
committed
Marking 5.2.0
1 parent baed9a1 commit edece9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMapper/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.0-alpha-*",
2+
"version": "5.2.0",
33
"authors": [ "Jimmy Bogard" ],
44
"description": "A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.",
55
"packOptions": {

0 commit comments

Comments
 (0)