DapperExtensions-Lippert 1.4.6

dotnet add package DapperExtensions-Lippert --version 1.4.6
NuGet\Install-Package DapperExtensions-Lippert -Version 1.4.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DapperExtensions-Lippert" Version="1.4.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DapperExtensions-Lippert --version 1.4.6
#r "nuget: DapperExtensions-Lippert, 1.4.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DapperExtensions-Lippert as a Cake Addin
#addin nuget:?package=DapperExtensions-Lippert&version=1.4.6

// Install DapperExtensions-Lippert as a Cake Tool
#tool nuget:?package=DapperExtensions-Lippert&version=1.4.6

A branch of tmsmith's DapperExtensions

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.6 24,366 12/3/2016
1.4.5.2 1,103 9/29/2016
1.4.5.1 1,254 9/18/2016
1.4.5 1,175 9/15/2016

1.4.6.0
*Added SqlOperation as an optional parameter to Ignore to omit columns from certain operations

1.4.5.2
*Now getting values for update with respect to property info rather than property name

1.4.5.1
*Fixing attempt to return ignored columns upon inserting a row that has a generated column

1.4.5
*Adding the ability to return sql-generated non-identity keys upon inserting - such as newSequentialId()