MyMapper 1.4.0

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

// Install MyMapper as a Cake Tool
#tool nuget:?package=MyMapper&version=1.4.0

.Net light-weight, powerful object mapping framework. Fluent design. Dependency injectable.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 1,628 1/23/2018
2.1.0 1,052 11/20/2017
2.0.0 1,069 9/11/2017
1.4.0 890 8/14/2017
1.3.0 916 6/19/2017
1.2.0 915 5/1/2017
1.1.7 923 4/11/2017
1.1.6 922 2/6/2017
1.1.5 947 1/9/2017
1.1.4 984 12/5/2016
1.1.3 931 10/17/2016
1.1.2 940 8/29/2016
1.1.1 963 7/25/2016
1.1.0 952 6/13/2016
1.0.10 994 5/23/2016
1.0.9 986 5/9/2016
1.0.8 953 5/2/2016
1.0.6 1,328 4/18/2016
1.0.5 1,247 4/11/2016
1.0.4 932 4/4/2016
1.0.3 1,171 3/29/2016
1.0.2 964 1/19/2016
1.0.1 1,000 12/16/2015

Added .Net Object and IEnumerable<T> mapping integration extensions. Async support.