Skip to content

Commit e0e2e81

Browse files
committed
Updating to v1.1
1 parent cee2031 commit e0e2e81

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

AgileMapper/AgileMapper.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
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>

CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
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")]

LICENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 AgileObjects Ltd
3+
Copyright (c) 2019 AgileObjects Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)