Dapper.FluentMap 1.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper.FluentMap --version 1.3.2
NuGet\Install-Package Dapper.FluentMap -Version 1.3.2
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.FluentMap" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.FluentMap --version 1.3.2
#r "nuget: Dapper.FluentMap, 1.3.2"
#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.FluentMap as a Cake Addin
#addin nuget:?package=Dapper.FluentMap&version=1.3.2

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

Provides a simple API to map POCO properties to database columns when using Dapper.

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

NuGet packages (24)

Showing the top 5 NuGet packages that depend on Dapper.FluentMap:

Package Downloads
Dapper.FluentMap.Dommel

Dapper.FluentMap extension for Dommel support.

ZKWeb.ORM.Dapper

Support use Dapper in ZKWeb. For more information please visit project site.

EcommerceDataPostgresql

PostgreSQL Data Layer

Hurb.SAP.Database

Package Description

Dapper.Dommel

Simple CRUD operations for Dapper.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Dapper.FluentMap:

Repository Stars
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
yorek/dapper-samples
Tutorial samples that shows how to use Dapper .NET
Version Downloads Last updated
2.0.0 3,545,324 8/23/2020
1.8.1 678,452 5/5/2020
1.8.0 1,179,607 3/28/2019
1.7.0 318,554 11/16/2018
1.6.0 634,481 8/18/2017
1.5.4 8,636 8/17/2017
1.5.3 35,499 3/22/2017
1.5.1 75,135 7/7/2016
1.5.0 26,126 6/11/2016
1.4.1 33,298 3/1/2016
1.4.0 41,991 11/19/2015
1.3.4 25,444 3/13/2015
1.3.3 4,854 11/12/2014
1.3.2 2,714 7/17/2014
1.3.1 2,561 7/11/2014
1.3.0 2,826 6/27/2014
1.2.1 2,388 6/23/2014
1.2.0 2,400 6/5/2014
1.1.1 2,382 5/21/2014
1.1.0 2,380 5/20/2014
1.0.2 2,762 5/1/2014
1.0.1 2,713 5/1/2014
1.0.0 3,192 5/1/2014

v1.3.2
- Updated Dapper to v1.27.
- Added .NET 3.5 support (csproj and assemblies). Issue #14.

v1.3.1
- Updated Dapper to v1.26.
- Deploy Dapper.FluentMap.Dommel v1.0.3.

v1.3
- Added Dapper.FluentMap.Dommel. Issue #12.
- Modified some core API's to provide extensibility.

v1.2.1
- Added support for case insensitive column name mapping. Issue #11.
- Added check for duplicate property maps. Issue #3.

v1.2.0
- Added basic transformation functionality (see docs).
- Small improvements.

v1.1.1
- Fixed bug with mapping same column names for different POCO's. (issue #5)
- FluentMapConfiguration.AddConvention now accepts a generic type paramater with the convention type rather than the instance.

v1.1
- Added conventions. (see documentation)
- Reorganised namespaces.
- Hide ToString(), Equals(), etc. methods from configuration classes.
- Updated documentation.
- Use Dapper v1.25.

v1.0.2
- Modified comments, included documentation in release. Incremented version to 1.0.2.

v1.0.1
- Removed IPropertyMap interface, used PropertyMap class directly. Modified some properties on PropertyMap class to be internal. Incremented version to 1.0.1.

v1.0
- Initial version with basic functionality.