Skip to content

Commit d59e208

Browse files
committed
Updating to v0.23.2
1 parent 2697568 commit d59e208

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<summary>$description$</summary>
1414
<releaseNotes>
1515
- To-dictionary flattening fixes
16-
- Performance and memory-use improvements improvements
16+
- Mapping to members of an existing object which have a matching constructor parameter
17+
- Performance and memory-use improvements
1718
</releaseNotes>
1819
<copyright>$copyright$</copyright>
1920
<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.1")]
4-
[assembly: AssemblyFileVersion("0.23.1")]
3+
[assembly: AssemblyVersion("0.23.2")]
4+
[assembly: AssemblyFileVersion("0.23.2")]

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.1</Version>
13-
<AssemblyVersion>0.23.1.0</AssemblyVersion>
14-
<FileVersion>0.23.1.0</FileVersion>
12+
<Version>0.23.2</Version>
13+
<AssemblyVersion>0.23.2.0</AssemblyVersion>
14+
<FileVersion>0.23.2.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)