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.
<PackageVersion Include="DapperExtensions-Lippert" Version="1.4.6" />
                    
Directory.Packages.props
<PackageReference Include="DapperExtensions-Lippert" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=DapperExtensions-Lippert&version=1.4.6
                    
Install DapperExtensions-Lippert as a Cake Addin
#tool nuget:?package=DapperExtensions-Lippert&version=1.4.6
                    
Install DapperExtensions-Lippert as a Cake Tool

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 28,129 12/3/2016
1.4.5.2 1,224 9/29/2016
1.4.5.1 1,381 9/18/2016
1.4.5 1,387 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()