Skip to content

Commit 6deb4c1

Browse files
committed
Minor version bump
1 parent a01ceee commit 6deb4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMapper/AutoMapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Summary>A convention-based object-object mapper</Summary>
55
<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.</Description>
6-
<VersionPrefix>6.2.1</VersionPrefix>
6+
<VersionPrefix>6.2.2</VersionPrefix>
77
<Authors>Jimmy Bogard</Authors>
88
<TargetFrameworks>netstandard1.3;netstandard1.1;net45;net40</TargetFrameworks>
99
<NoWarn>$(NoWarn);1591</NoWarn>

0 commit comments

Comments
 (0)