Skip to content

Commit b0163e2

Browse files
committed
Updating to v0.26
1 parent 012add0 commit b0163e2

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

AgileMapper/AgileObjects.AgileMapper.nuspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
<description>$description$</description>
1313
<summary>$description$</summary>
1414
<releaseNotes>
15-
- Adding Mapper.Map(source).ToANew(Type) for runtime-typed mappings
16-
- .NET 3.5 support
17-
- Adding .ToRoot() custom data source target specifier
18-
- Adding GetServiceOrThrow() to base MapperConfiguration
19-
- Support for Dictionary mapping in partial trust environments
20-
- Performance and memory use improvements
15+
- Duck-typed support for using service providers in mapping and configuration
16+
- Optimising mapper compilation for complex, multiply-recursive object graphs
17+
- Support for ordering MapperConfiguration classes
18+
- Support for mapping HashSet{T}
19+
- Unflatten() syntactic sugar methods for IDictionaries{TKey, TValue}
20+
- Support for unflattening a query string
21+
- Bug fixes
2122
</releaseNotes>
2223
<copyright>$copyright$</copyright>
2324
<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.25.0")]
4-
[assembly: AssemblyFileVersion("0.25.0")]
3+
[assembly: AssemblyVersion("0.26.0")]
4+
[assembly: AssemblyFileVersion("0.26.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.25.0</Version>
13-
<AssemblyVersion>0.25.0.0</AssemblyVersion>
14-
<FileVersion>0.25.0.0</FileVersion>
12+
<Version>0.26.0</Version>
13+
<AssemblyVersion>0.26.0.0</AssemblyVersion>
14+
<FileVersion>0.26.0.0</FileVersion>
1515
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)