Skip to content

Commit 25d4646

Browse files
committed
Updating to v0.21
1 parent fb392c2 commit 25d4646

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@
1212
<description>$description$</description>
1313
<summary>$description$</summary>
1414
<releaseNotes>
15-
- Making .Flatten() API consistent between extension methods and mapper API
16-
- Including entity key mapping when deep cloning
17-
- Skipping mapping of nested recursive members where the only the recursion is mapped
18-
- Improving detection of non-generic enumerable element types, re: issue #50
19-
- Not mapping zero onto nullable, numeric [EntityMemberName]Id members
20-
- Fixing custom element key pattern configuration for source dictionary to nested enumerable mapping
21-
- Erroring during configuration if an unmappable target member is ignored
22-
- Performance improvements
15+
- Support for using to-String operators to convert values to strings, re issue #51
16+
- Surfacing static Mapper.ResetDefaultInstance() method
2317
</releaseNotes>
2418
<copyright>$copyright$</copyright>
2519
<tags>Mapper, Mapping, Mappings, ViewModel, DTO, NetStandard</tags>

VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("0.20.0")]
4-
[assembly: AssemblyFileVersion("0.20.0")]
3+
[assembly: AssemblyVersion("0.21.0")]
4+
[assembly: AssemblyFileVersion("0.21.0")]

common.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1010
<RepositoryType>git</RepositoryType>
1111
<RepositoryUrl>https://github.com/AgileObjects/AgileMapper</RepositoryUrl>
12-
<Version>0.20.0</Version>
13-
<AssemblyVersion>0.20.0.0</AssemblyVersion>
14-
<FileVersion>0.20.0.0</FileVersion>
12+
<Version>0.21.0</Version>
13+
<AssemblyVersion>0.21.0.0</AssemblyVersion>
14+
<FileVersion>0.21.0.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)