Skip to content

Commit c8b78c3

Browse files
committed
Upgraded Dapper to v2.0.35 and Dapper.Contrib to v2.0.35.
1 parent 0e6368a commit c8b78c3

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed
Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
5-
<Version>2.1.0</Version>
4+
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
5+
<Version>3.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>
8-
<PackageLicenseUrl>https://github.com/codeapologist/DataAbstractions.Dapper/blob/master/LICENSE</PackageLicenseUrl>
8+
<PackageLicenseUrl></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 to v1.60.6 and Dapper.Contrib to v1.60.1</PackageReleaseNotes>
11+
<PackageReleaseNotes>Upgraded Dapper to v2.0.35 and Dapper.Contrib to v2.0.35. Bumping up major version because Dapper introduced a slight breaking change in version 2.0.4.</PackageReleaseNotes>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
15+
<AssemblyVersion>3.0.0.0</AssemblyVersion>
16+
<FileVersion>3.0.0.0</FileVersion>
17+
<RepositoryUrl>https://github.com/codeapologist/DataAbstractions.Dapper</RepositoryUrl>
1418
</PropertyGroup>
1519

1620
<ItemGroup>
17-
<PackageReference Include="Dapper" Version="1.60.6" />
18-
<PackageReference Include="Dapper.Contrib" Version="1.60.1" />
21+
<PackageReference Include="Dapper" Version="2.0.35" />
22+
<PackageReference Include="Dapper.Contrib" Version="2.0.35" />
23+
</ItemGroup>
24+
25+
<ItemGroup>
26+
<None Include="..\..\LICENSE">
27+
<Pack>True</Pack>
28+
<PackagePath></PackagePath>
29+
</None>
1930
</ItemGroup>
2031

2132
</Project>

0 commit comments

Comments
 (0)