Skip to content

Commit aa26952

Browse files
committed
Update 2.0.0 package information
1 parent c15ffc3 commit aa26952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataAbstractions.Dapper/DataAbstractions.Dapper.csproj

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

33
<PropertyGroup>
44
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
5-
<Version>1.0.2</Version>
5+
<Version>2.0.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</PackageTags>
11-
<PackageReleaseNotes>To prevent invalid usage, DataAccessor constructor now requires a DbConnection instead of a IDbConnection. Unless used inappropriately, this is not a breaking change.</PackageReleaseNotes>
11+
<PackageReleaseNotes>Added abstraction around GridReader to allow mocking. This is a breaking change for methods returning GridReader as it now returns IGridReader instead.</PackageReleaseNotes>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)