Skip to content

Commit

Permalink
Setting 1.8.1 release and adding updated Expressmapper.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
anisimovyuriy committed Apr 10, 2016
1 parent 6a9a06f commit 0f10498
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
6 changes: 3 additions & 3 deletions ExpressMapper NET40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyInformationalVersion("1.8.0")]
[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]
[assembly: AssemblyInformationalVersion("1.8.1")]
6 changes: 3 additions & 3 deletions ExpressMapper PCL NET45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyInformationalVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]
[assembly: AssemblyInformationalVersion("1.8.1.0")]
19 changes: 7 additions & 12 deletions Expressmapper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,21 @@
<package >
<metadata>
<id>Expressmapper</id>
<version>1.1.1</version>
<authors>Yuriy Anisimov, Dmitry Bogatykh</authors>
<version>1.8.1</version>
<authors>Yuriy Anisimov</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

1. Flattening support - author:JonPSmith

Special thanks for PR contribution to: JonPSmith
</releaseNotes>
<copyright>Copyright 2015 ExpressMapper</copyright>
<tags>Mapper .Net-Mapper Mapping</tags>
<tags>Mapper .net-mapper mapping object-to-object conventional-mapping fluent-api-mapping</tags>
</metadata>
</package>

0 comments on commit 0f10498

Please sign in to comment.