Dapper.Testable 1.15.0

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

// Install Dapper.Testable as a Cake Tool
#tool nuget:?package=Dapper.Testable&version=1.15.0

A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  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.

This package has no dependencies.

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.15.0 3,657 4/29/2014
1.14.1 1,156 2/20/2014

* 1.14   - Added interfaces and wrapper class for static SqlMapper class to make dapper more testable.
     * 1.13   - Added support for Table Valued Parameters as part of anonymous objects
     *        - Added support for async
     *        - Added support for sharing strategies between databases
     *        - Rewrote dynamic implementation
     * 1.12.1 - Minor deploy glitch (should now include intellisense files!)
     * 1.12   - Better automatic type-mapping (int vs long, float vs double, etc)
     *          Fixed: bug with indexer properties
     * 1.11   - Custom type-map support
     * 1.10   - Fixed: error-handling could lose original exception if reader closed
     * 1.9    - Added: better schema change detection
     *          Fixed: enum support for T in Query-of-T
     *          Added: dictionary support for parameters
     * 1.8    - Started release notes
     *          Important: Dapper is now shipping as a DLL which will work on .net 3.5 or .net 4.0,
     *          This improves the debugging experience as you no longer break into dapper when SQL fails.
     *          Added: ParameterNames on DynamicParameters