Skip to content

Commit 201abbc

Browse files
committed
Upgraded Dapper and Dapper.Contrib to v1.50.7
1 parent aa39f63 commit 201abbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/DataAbstractions.Dapper/DataAbstractions.Dapper.csproj

Lines changed: 5 additions & 5 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.1</Version>
5+
<Version>2.0.2</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>
10-
<PackageTags>Dapper Dapper.Contrib IDbConnection Abstraction Unit Testing Interface Testability Tests Mock</PackageTags>
11-
<PackageReleaseNotes>Added abstraction around GridReader to allow mocking. This is a breaking change for methods returning GridReader as it now returns IGridAccessor instead.</PackageReleaseNotes>
10+
<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>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
</PropertyGroup>
1515

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

2121
</Project>

0 commit comments

Comments
 (0)