Expressmapper by Yuriy Anisimov, Dmitry Bogatykh

<PackageReference Include="Expressmapper" Version="1.6.2" />

 Expressmapper 1.6.2

ExpressMapper it is a lightweight, fast and easy to use .Net mapper to map one type of object(s) to another. ExpressMapper relies completely on the expression trees.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Expressmapper</id>
    <version>1.6.2</version>
    <authors>Yuriy Anisimov, Dmitry Bogatykh</authors>
    <owners>Yuriy Anisimov</owners>
    <licenseUrl>https://github.com/expressmapper/ExpressMapper/blob/master/LICENSE</licenseUrl>
    <projectUrl>http://expressmapper.org</projectUrl>
    <iconUrl>http://expressmapper.org/favicon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ExpressMapper it is a lightweight, fast and easy to use .Net mapper to map one type of object(s) to another. ExpressMapper relies completely on the expression trees.</description>
    <releaseNotes>- new : IQueryable projection - IList, ICollection destinations support</releaseNotes>
    <copyright>Copyright 2015 ExpressMapper</copyright>
    <tags>Mapper .net-mapper mapping object-to-object conventional-mapping fluent-api-mapping</tags>
  </metadata>
</package>