You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
1.1 KiB
15 lines
1.1 KiB
12 years ago
|
<?xml version="1.0"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>AutoMapper</id>
|
||
|
<version>2.2.0</version>
|
||
|
<authors>Jimmy Bogard</authors>
|
||
|
<owners>Jimmy Bogard</owners>
|
||
|
<licenseUrl>https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt</licenseUrl>
|
||
|
<projectUrl>http://automapper.org/</projectUrl>
|
||
|
<iconUrl>https://s3.amazonaws.com/automapper/icon.png</iconUrl>
|
||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
<description>A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.</description>
|
||
|
<summary>A convention-based object-object mapper</summary>
|
||
|
</metadata>
|
||
|
</package>
|