Skip to content

Commit 0e6368a

Browse files
committed
Upgraded Dapper to v1.60.6 and Dapper.Contrib to v1.60.1
1 parent 201abbc commit 0e6368a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/DataAbstractions.Dapper/DataAbstractions.Dapper.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
5-
<Version>2.0.2</Version>
5+
<Version>2.1.0</Version>
66
<Authors>Andrew Sumido</Authors>
77
<Description>A light abstraction around Dapper and Dapper.Contrib that also maintains the behavior IDbConnection. This library facilitates a loosely coupled design and unit testing.</Description>
88
<PackageLicenseUrl>https://github.com/codeapologist/DataAbstractions.Dapper/blob/master/LICENSE</PackageLicenseUrl>
99
<PackageProjectUrl>https://github.com/codeapologist/DataAbstractions.Dapper</PackageProjectUrl>
1010
<PackageTags>Dapper Dapper.Contrib IDbConnection Abstraction Unit Testing Interface Testability Tests Mock Unit Test</PackageTags>
11-
<PackageReleaseNotes>Upgraded Dapper and Dapper.Contrib to v1.50.7</PackageReleaseNotes>
11+
<PackageReleaseNotes>Upgraded Dapper to v1.60.6 and Dapper.Contrib to v1.60.1</PackageReleaseNotes>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Dapper" Version="1.50.7" />
18-
<PackageReference Include="Dapper.Contrib" Version="1.50.7" />
17+
<PackageReference Include="Dapper" Version="1.60.6" />
18+
<PackageReference Include="Dapper.Contrib" Version="1.60.1" />
1919
</ItemGroup>
2020

2121
</Project>

0 commit comments

Comments
 (0)