|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | | - <id>AgileObjects.AgileMapper</id> |
| 4 | + <id>$id$</id> |
5 | 5 | <title>AgileMapper</title> |
6 | | - <version>0.18.0</version> |
7 | | - <authors>Steve Wilkes</authors> |
| 6 | + <version>$version$</version> |
| 7 | + <authors>$author$</authors> |
8 | 8 | <owners>Steve Wilkes</owners> |
9 | 9 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
10 | 10 | <licenseUrl>https://github.com/agileobjects/AgileMapper/blob/master/LICENCE.md</licenseUrl> |
11 | 11 | <projectUrl>https://github.com/AgileObjects/AgileMapper</projectUrl> |
12 | | - <description>A zero-configuration, highly-configurable object-object mapper with viewable execution plans. Performs deep clones, updates and merges via a static or instance API. Conforms to .NET Standard 1.0.</description> |
13 | | - <summary>A zero-configuration, highly-configurable object-object mapper with viewable execution plans. Performs deep clones, updates and merges via a static or instance API. Conforms to .NET Standard 1.0.</summary> |
| 12 | + <description>$description$</description> |
| 13 | + <summary>$description$</summary> |
14 | 14 | <releaseNotes> |
15 | | -- Support for mapping dynamic ExpandoObjects |
16 | | -- Reimplementing Mapper.Flatten() using ExpandoObject mapping |
17 | | -- Dedicated dynamic-mapping configuration API |
18 | | -- Support for mapping from flattened IDictionary<,> keys, without configuration |
19 | | -- Support for mapping members from parent contexts to nested IDictionary<,> entries |
20 | | -- Support for mapping any IDictionary<,> implementation |
21 | | -- Support for mapping IReadOnlyCollections |
22 | | -- Support for mapping to explicit ValueType-valued IDictionary<,> |
23 | | -- Bug fixes |
24 | | -- Performance and memory use improvements |
25 | | -- Updating to ReadableEpressions v1.10.1 |
26 | | -- Updating to NetStandardPolyfills v1.2.1 |
| 15 | + - Support for mapping dynamic ExpandoObjects |
| 16 | + - Reimplementing Mapper.Flatten() using ExpandoObject mapping |
| 17 | + - Dedicated dynamic-mapping configuration API |
| 18 | + - Support for mapping from flattened IDictionary<,> keys, without configuration |
| 19 | + - Support for mapping members from parent contexts to nested IDictionary<,> entries |
| 20 | + - Support for mapping any IDictionary<,> implementation |
| 21 | + - Support for mapping IReadOnlyCollections |
| 22 | + - Support for mapping to explicit ValueType-valued IDictionary<,> |
| 23 | + - Bug fixes |
| 24 | + - Performance and memory use improvements |
| 25 | + - Updating to ReadableEpressions v1.10.1 |
| 26 | + - Updating to NetStandardPolyfills v1.2.1 |
27 | 27 | </releaseNotes> |
28 | | - <copyright>Copyright © AgileObjects Ltd 2017</copyright> |
| 28 | + <copyright>$copyright$</copyright> |
29 | 29 | <tags>Mapper, Mapping, Mappings, ViewModel, DTO, NetStandard</tags> |
30 | 30 | <repository type="git" url="https://github.com/AgileObjects/AgileMapper" /> |
31 | 31 | <dependencies> |
|
0 commit comments