Dapper 1.13.0

.NET Framework 3.5
Install-Package Dapper -Version 1.13.0
dotnet add package Dapper --version 1.13.0
<PackageReference Include="Dapper" Version="1.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper --version 1.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dapper, 1.13.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dapper as a Cake Addin
#addin nuget:?package=Dapper&version=1.13.0

// Install Dapper as a Cake Tool
#tool nuget:?package=Dapper&version=1.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
1.13.0 0 06.02.2022

* 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