AutoMapper.Unity 5.0.16

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

// Install AutoMapper.Unity as a Cake Tool
#tool nuget:?package=AutoMapper.Unity&version=5.0.16

Integration between AutoMapper and Unity DI

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.

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
7.0.0-pcl0003 1,312 10/25/2016
6.0.0 67,239 10/10/2016
5.0.16 37,402 1/29/2016
4.0.13 1,526 1/29/2016
4.0.12 1,396 1/20/2016
2.0.10 1,371 1/20/2016
2.0.7 5,456 11/6/2014
2.0.2 1,911 11/4/2014
1.1.23 1,942 11/4/2014
1.0.17 2,501 11/2/2014

* AutoMapper to 4.2.0
* RegisterMapper now registers IMapper instead of IMappingEngine (see https://lostechies.com/jimmybogard/2016/01/21/removing-the-static-api-from-automapper/)