Skip to content

Commit 6e47c6b

Browse files
committed
Updating to v0.28
1 parent ad01ac7 commit 6e47c6b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
<description>$description$</description>
1313
<summary>$description$</summary>
1414
<releaseNotes>
15-
- Auto-applying configurations specified with ApplyAfter attributes
16-
- Adding Mapper.Unflatten(source).To(Type) overload
17-
- Support for ISet{T}
18-
- Performance improvements
19-
- Fixing concurrency issue with default mapper
15+
- Automatic factory method discovery and use
16+
- Improved complex type parameter constructor selection
17+
- Improved invalid configured data source error messages
18+
- Performance and memory use improvements
2019
</releaseNotes>
2120
<copyright>$copyright$</copyright>
2221
<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.27.0")]
4-
[assembly: AssemblyFileVersion("0.27.0")]
3+
[assembly: AssemblyVersion("0.28.0")]
4+
[assembly: AssemblyFileVersion("0.28.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.27.0</Version>
13-
<AssemblyVersion>0.27.0.0</AssemblyVersion>
14-
<FileVersion>0.27.0.0</FileVersion>
12+
<Version>0.28.0</Version>
13+
<AssemblyVersion>0.28.0.0</AssemblyVersion>
14+
<FileVersion>0.28.0.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)