Skip to content

Commit

Permalink
updating new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anisimovyuriy committed Sep 16, 2015
1 parent 0982daf commit 6f32f01
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Expressmapper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
<package >
<metadata>
<id>Expressmapper</id>
<version>0.9.0</version>
<authors>George Anisimov</authors>
<owners>George Anisimov</owners>
<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>Initial beta version</releaseNotes>
<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>
Expand Down

0 comments on commit 6f32f01

Please sign in to comment.