MiniMapper.Core 1.1.1

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

// Install MiniMapper.Core as a Cake Tool
#tool nuget:?package=MiniMapper.Core&version=1.1.1

MiniMapper is small framework for mapping the properties from one object to another.  MiniMapper.Core contains the components to create the maps and to map one object to another.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on MiniMapper.Core:

Package Downloads
MiniMapper.MapFrom

An add-on to MiniMapper that allows mapping from a type.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0-rc2 1,226 5/8/2017
1.2.0-rc1 1,208 5/8/2017
1.1.1 3,722 1/26/2016
1.1.0 1,404 1/24/2016
1.0.0 1,473 1/9/2016

Second release of MiniMapper with improved error handling, improved mapping of data types and and mapping of lists.