Skip to content

Commit 94534ea

Browse files
committed
version 2.0.0
1 parent 91f9fb6 commit 94534ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dapper.Mapper/Dapper.Mapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Dapper.Mapper is an extension to Dapper multi mapping which figures out the relationships between the returned objects and automatically assigns them. Instead of explicitly writing this: 'var employee = connection.Query&lt;Employee, Department, Employee&gt;(sql, (employee, department) =&gt; employee.Department = department; return employee;);' Dapper.Mapper allows you to write this: 'var employee = connection.Query&lt;Employee, Department&gt;(sql);'.</Description>
55
<AssemblyTitle>Dapper.Mapper</AssemblyTitle>
6-
<VersionPrefix>1.50.1</VersionPrefix>
6+
<VersionPrefix>2.0.0</VersionPrefix>
77
<Authors>Arjen Post</Authors>
88
<TargetFrameworks>net40;net45;net451;netstandard1.3</TargetFrameworks>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)