Skip to content

Commit bc9ebb6

Browse files
committed
Updating to v0.22
1 parent 7a3a144 commit bc9ebb6

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

AgileMapper/AgileMapper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Import Project="..\common.props" />
33

44
<PropertyGroup>
5-
<Summary>A zero-configuration, highly-configurable object-object mapper with viewable execution plans. Transforms, deep clones, updates and merges via extension methods, or a static or instance API. Targets .NET Standard 1.0 and .NET 4.0.</Summary>
6-
<Description>A zero-configuration, highly-configurable object-object mapper with viewable execution plans. Transforms, deep clones, updates and merges via extension methods, or a static or instance API. Targets .NET Standard 1.0 and .NET 4.0.</Description>
5+
<Summary>A zero-configuration, highly-configurable object-object mapper with viewable execution plans. Projects queries, transforms, deep clones, updates and merges via extension methods, or a static or instance API. Targets .NET Standard 1.0 and .NET 4.0.</Summary>
6+
<Description>A zero-configuration, highly-configurable object-object mapper with viewable execution plans. Projects queries, transforms, deep clones, updates and merges via extension methods, or a static or instance API. Targets .NET Standard 1.0 and .NET 4.0.</Description>
77
<AssemblyTitle>AgileObjects.AgileMapper</AssemblyTitle>
88
<TargetFrameworks>netstandard1.0;netstandard1.3;net40</TargetFrameworks>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<description>$description$</description>
1313
<summary>$description$</summary>
1414
<releaseNotes>
15-
- Fixing support for NetCoreApp2 projects; enum mapping, string.Join and cast operator use
15+
- Support for IQueryable{T} projection
16+
- Optimising enum mapping
17+
- Including target complex type constructability in mapping validation
18+
- Performance improvements
1619
</releaseNotes>
1720
<copyright>$copyright$</copyright>
1821
<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.21.1")]
4-
[assembly: AssemblyFileVersion("0.21.1")]
3+
[assembly: AssemblyVersion("0.22.0")]
4+
[assembly: AssemblyFileVersion("0.22.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.21.1</Version>
13-
<AssemblyVersion>0.21.1.0</AssemblyVersion>
14-
<FileVersion>0.21.1.0</FileVersion>
12+
<Version>0.22.0</Version>
13+
<AssemblyVersion>0.22.0.0</AssemblyVersion>
14+
<FileVersion>0.22.0.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)