DapperExtensions.StrongName 1.6.4

dotnet add package DapperExtensions.StrongName --version 1.6.4
NuGet\Install-Package DapperExtensions.StrongName -Version 1.6.4
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.StrongName" Version="1.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DapperExtensions.StrongName --version 1.6.4
#r "nuget: DapperExtensions.StrongName, 1.6.4"
#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.StrongName as a Cake Addin
#addin nuget:?package=DapperExtensions.StrongName&version=1.6.4

// Install DapperExtensions.StrongName as a Cake Tool
#tool nuget:?package=DapperExtensions.StrongName&version=1.6.4

A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.6.4 4,480 12/28/2017

1.6.4
 * Migrated everything to use .NET 4.5.1
 * Signed the assembly
 * Added Dapper.StrongName
     1.6.2 / 1.6.3
     * Exposed Ignore keys on update in usages of Implementor
     1.6.1
     * Added Oracle Dialect to 4.5
     1.6.0
     * Added DB2 Dialect
     * Added flag to ignore All Key fields when doing an update
     * Added missing async/await methods
     * Added unmap method to Mapper