Skip to content

Commit

Permalink
Updating to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWilkes committed Mar 7, 2018
1 parent f16ba80 commit 42ef07b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions AgileMapper/AgileObjects.AgileMapper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@
<description>$description$</description>
<summary>$description$</summary>
<releaseNotes>
- Automatically mapping and projecting to 'meta' members - HasAddress, FirstContactDetail, etc
- Automatically mapping from collections of linking types to collections of the linked type
- Support for projecting from Nullables in queries
- Removing incompatible configured conditions and values from query projections
- Support for mapping bools to numerics
- Performance improvements
- To-dictionary flattening fixes
- Performance and memory-use improvements improvements
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Mapper, Mapping, Mappings, ViewModel, DTO, NetStandard</tags>
Expand Down
4 changes: 2 additions & 2 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("0.23.0")]
[assembly: AssemblyFileVersion("0.23.0")]
[assembly: AssemblyVersion("0.23.1")]
[assembly: AssemblyFileVersion("0.23.1")]
6 changes: 3 additions & 3 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/AgileObjects/AgileMapper</RepositoryUrl>
<Version>0.23.0</Version>
<AssemblyVersion>0.23.0.0</AssemblyVersion>
<FileVersion>0.23.0.0</FileVersion>
<Version>0.23.1</Version>
<AssemblyVersion>0.23.1.0</AssemblyVersion>
<FileVersion>0.23.1.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 42ef07b

Please sign in to comment.