HMapper 1.0.7

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

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

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 1,969 3/22/2018
1.1.9 1,733 5/16/2017
1.1.8 1,471 4/12/2017
1.1.7 1,469 4/11/2017
1.1.6 1,499 4/7/2017
1.1.5 1,484 3/19/2017
1.1.4 1,528 3/15/2017
1.1.3 1,482 1/30/2017
1.1.2 1,487 1/4/2017
1.1.1 1,498 1/4/2017
1.1.0 1,660 1/3/2017
1.0.10 1,454 12/15/2016
1.0.9 1,528 12/15/2016
1.0.8 1,506 11/29/2016
1.0.7 1,682 11/17/2016
1.0.6 1,740 11/15/2016
1.0.5 1,704 11/11/2016
1.0.4 2,154 11/8/2016
1.0.3 1,999 11/7/2016
1.0.2 1,835 11/6/2016
1.0.1 1,735 11/5/2016
1.0.0 1,971 11/4/2016

- Bug fix: handled null references for method calls in function mappings.
     - Bug fix: AfterMap() and BeforeMap() from base class now called in sub classes
     - Bug fix: Overriden function mapping in sub classes did not take precedence over the base class.