HMapper 1.0.10

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

// Install HMapper as a Cake Tool
#tool nuget:?package=HMapper&version=1.0.10

Object to object fast mapper.

Product Compatible and additional computed target framework versions.
.NET Framework 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.1.10 2,022 3/22/2018
1.1.9 1,768 5/16/2017
1.1.8 1,514 4/12/2017
1.1.7 1,521 4/11/2017
1.1.6 1,540 4/7/2017
1.1.5 1,526 3/19/2017
1.1.4 1,568 3/15/2017
1.1.3 1,521 1/30/2017
1.1.2 1,537 1/4/2017
1.1.1 1,543 1/4/2017
1.1.0 1,708 1/3/2017
1.0.10 1,496 12/15/2016
1.0.9 1,549 12/15/2016
1.0.8 1,545 11/29/2016
1.0.7 1,720 11/17/2016
1.0.6 1,782 11/15/2016
1.0.5 1,746 11/11/2016
1.0.4 2,192 11/8/2016
1.0.3 2,029 11/7/2016
1.0.2 1,861 11/6/2016
1.0.1 1,781 11/5/2016
1.0.0 2,012 11/4/2016

- Fixed: regression with fill method that could not match when target T type is mapped, but a derived type T' is given.
- Added: inialializer.EnableItemsCacheByDefault(). This option sets the items cache to enables by default for all mappings. Individual mappings can override with DisableItemsCache().