Skip to content

Commit 8bd6b69

Browse files
committed
Updating to v0.23
1 parent 550cc8d commit 8bd6b69

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
<description>$description$</description>
1313
<summary>$description$</summary>
1414
<releaseNotes>
15-
- Support for IQueryable{T} projection
16-
- Optimising enum mapping
17-
- Including target complex type constructability in mapping validation
15+
- Automatically mapping and projecting to 'meta' members - HasAddress, FirstContactDetail, etc
16+
- Automatically mapping from collections of linking types to collections of the linked type
17+
- Support for projecting from Nullables in queries
18+
- Removing incompatible configured conditions and values from query projections
19+
- Support for mapping bools to numerics
1820
- Performance improvements
1921
</releaseNotes>
2022
<copyright>$copyright$</copyright>

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.22.0")]
4-
[assembly: AssemblyFileVersion("0.22.0")]
3+
[assembly: AssemblyVersion("0.23.0")]
4+
[assembly: AssemblyFileVersion("0.23.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.22.0</Version>
13-
<AssemblyVersion>0.22.0.0</AssemblyVersion>
14-
<FileVersion>0.22.0.0</FileVersion>
12+
<Version>0.23.0</Version>
13+
<AssemblyVersion>0.23.0.0</AssemblyVersion>
14+
<FileVersion>0.23.0.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)