Expressmapper 1.0.0
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.0</version>
<authors>George Anisimov</authors>
<owners>George 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>Performance improvement for nested collection types</releaseNotes>
<copyright>Copyright 2015 ExpressMapper</copyright>
<tags>Mapper .NetMapper .Net-Mapper Mapping</tags>
</metadata>
</package>