Skip to content

Commit de4a2d5

Browse files
committed
Updating to v0.23.4
1 parent 7af5fe7 commit de4a2d5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<description>$description$</description>
1313
<summary>$description$</summary>
1414
<releaseNotes>
15-
- Support for .NET Core 2.1
15+
- Fixing propogation of recursion mapper funcs, re: issue #62
16+
- Fixing 'exact' member matching, re issue #63
17+
- Performance and memory use improvements
1618
</releaseNotes>
1719
<copyright>$copyright$</copyright>
1820
<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.23.3")]
4-
[assembly: AssemblyFileVersion("0.23.3")]
3+
[assembly: AssemblyVersion("0.23.4")]
4+
[assembly: AssemblyFileVersion("0.23.4")]

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.23.3</Version>
13-
<AssemblyVersion>0.23.3.0</AssemblyVersion>
14-
<FileVersion>0.23.3.0</FileVersion>
12+
<Version>0.23.4</Version>
13+
<AssemblyVersion>0.23.4.0</AssemblyVersion>
14+
<FileVersion>0.23.4.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)