Skip to content

Commit a0fb16d

Browse files
committed
Updated package info for version 1.0.1
1 parent 64d6ebe commit a0fb16d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/DataAbstractions.Dapper/DataAbstractions.Dapper.csproj

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

33
<PropertyGroup>
44
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
5+
<Version>1.0.1</Version>
6+
<Authors>Andrew Sumido</Authors>
7+
<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>
9+
<PackageProjectUrl>https://github.com/codeapologist/DataAbstractions.Dapper</PackageProjectUrl>
10+
<PackageTags>Dapper Dapper.Contrib IDbConnection Abstraction Unit Testing Interface Testability Tests Mock</PackageTags>
11+
<PackageReleaseNotes>Fixed ambigious method signatures compiliation errors when using certain methods. Updated targeting to .NET 4.5.1, .NET Standard 1.3, and .NET Standard 2.0.</PackageReleaseNotes>
512
</PropertyGroup>
613

714
<ItemGroup>

0 commit comments

Comments
 (0)