forked from fluentsprings/ExpressMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpressmapper.nuspec
More file actions
27 lines (27 loc) · 1.17 KB
/
Expressmapper.nuspec
File metadata and controls
27 lines (27 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package >
<metadata>
<id>Expressmapper</id>
<version>1.1.1</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: PCL support
- new: Precompilation of collection direct types
- new: Case-insensitive support
- new: Field mapping support
- fix: The order of mapping registration is important
- fix: Mapping to object of the same type doesn't work
- fix: Recursion during compilation phase
- fix: Thread safe registration
- non-func:Refactoring
</releaseNotes>
<copyright>Copyright 2015 ExpressMapper</copyright>
<tags>Mapper .Net-Mapper Mapping</tags>
</metadata>
</package>