File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
1919 <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
2020 <RootNamespace >AgileObjects.AgileMapper</RootNamespace >
21- <Copyright >Copyright © AgileObjects Ltd 2018 </Copyright >
21+ <Copyright >Copyright © AgileObjects Ltd 2019 </Copyright >
2222 <PackageReleaseNotes >- Support for simple type .ToTarget() configuration
2323- Support for automatic use of user-defined operators
24+ - Support for configured complex-to-simple Type enumerable projection sources
25+ - Improved null or unconvertible enumerable element handling
2426- Fixing object-to-object Dictionary mapping bug #110
2527- Fixing repeated DTO mapping bug #115
2628- Performance improvements
2729- Updating to ReadableExpressions v2.1</PackageReleaseNotes >
28- <Version >1.1.0-preview5 </Version >
30+ <Version >1.1.0</Version >
2931 </PropertyGroup >
3032
3133 <ItemGroup >
Original file line number Diff line number Diff line change 33
44[ assembly: AssemblyCompany ( "AgileObjects Ltd" ) ]
55[ assembly: AssemblyProduct ( "AgileObjects.AgileMapper" ) ]
6- [ assembly: AssemblyCopyright ( "Copyright © AgileObjects Ltd 2018 " ) ]
6+ [ assembly: AssemblyCopyright ( "Copyright © AgileObjects Ltd 2019 " ) ]
77[ assembly: NeutralResourcesLanguage ( "en" ) ]
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2018 AgileObjects Ltd
3+ Copyright (c) 2019 AgileObjects Ltd
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Company >AgileObjects Ltd</Company >
5- <Copyright >Copyright © AgileObjects Ltd 2018 </Copyright >
5+ <Copyright >Copyright © AgileObjects Ltd 2019 </Copyright >
66 <Authors >Steve Wilkes</Authors >
77 <AssemblyOriginatorKeyFile >..\AgileMapper.snk</AssemblyOriginatorKeyFile >
88 <SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments