From 0f104984f56c863776a82be282dc0d063461beae Mon Sep 17 00:00:00 2001 From: Yuriy Anisimov Date: Sat, 9 Apr 2016 20:07:35 -0700 Subject: [PATCH] Setting 1.8.1 release and adding updated Expressmapper.nuspec --- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- Expressmapper.nuspec | 19 +++++++------------ 3 files changed, 13 insertions(+), 18 deletions(-) diff --git a/ExpressMapper NET40/Properties/AssemblyInfo.cs b/ExpressMapper NET40/Properties/AssemblyInfo.cs index 1b220aa..152d46b 100644 --- a/ExpressMapper NET40/Properties/AssemblyInfo.cs +++ b/ExpressMapper NET40/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.1.0")] +[assembly: AssemblyFileVersion("1.8.1.0")] +[assembly: AssemblyInformationalVersion("1.8.1")] \ No newline at end of file diff --git a/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs b/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs index 8b31f8b..e0ea812 100644 --- a/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs +++ b/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.1.0")] +[assembly: AssemblyFileVersion("1.8.1.0")] +[assembly: AssemblyInformationalVersion("1.8.1.0")] \ No newline at end of file diff --git a/Expressmapper.nuspec b/Expressmapper.nuspec index d91695b..c454b0c 100644 --- a/Expressmapper.nuspec +++ b/Expressmapper.nuspec @@ -2,8 +2,8 @@ Expressmapper - 1.1.1 - Yuriy Anisimov, Dmitry Bogatykh + 1.8.1 + Yuriy Anisimov Yuriy Anisimov https://github.com/expressmapper/ExpressMapper/blob/master/LICENSE http://expressmapper.org @@ -11,17 +11,12 @@ false 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. -- 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 Copyright 2015 ExpressMapper - Mapper .Net-Mapper Mapping + Mapper .net-mapper mapping object-to-object conventional-mapping fluent-api-mapping