Mapster 7.3.0, Mapster.Tool 8.3.0
This release finally resolves the long awaited support for .NET 6.0 in Mapster and Mapster.Tool! 🎉 Fresh packages can be downloaded from NuGet. With this release we also pushed symbol packages for Mapster and Mapster.Tool, so now you can finally step into the inner workings of Mapster when debugging your mappings.
What's Changed
- Switch expression by @SergerGood in https://github.com/MapsterMapper/Mapster/pull/334
- Upgrade packages by @SergerGood in https://github.com/MapsterMapper/Mapster/pull/333
- Include .NET 6.0 as Target Framework for Mapster.Tool by @kaizen365 in https://github.com/MapsterMapper/Mapster/pull/390
- Updated Sample Code in Readme by @CoSJay in https://github.com/MapsterMapper/Mapster/pull/379
- Simplify packaging and publishing NuGet packages, remove old framework monikers and upgrade to C# 10.0 by @andrerav in https://github.com/MapsterMapper/Mapster/pull/405
- Add ability to compile all mappings and then throw AggregateException by @MisterOzzy in https://github.com/MapsterMapper/Mapster/pull/363
- Init read-only properties when mapping with a non-readonly interface fixes #374 by @andrei-traktatovich in https://github.com/MapsterMapper/Mapster/pull/375
New Contributors
- @kaizen365 made their first contribution in https://github.com/MapsterMapper/Mapster/pull/390
- @CoSJay made their first contribution in https://github.com/MapsterMapper/Mapster/pull/379
- @andrerav made their first contribution in https://github.com/MapsterMapper/Mapster/pull/405
- @MisterOzzy made their first contribution in https://github.com/MapsterMapper/Mapster/pull/363
- @andrei-traktatovich made their first contribution in https://github.com/MapsterMapper/Mapster/pull/375
Full Changelog: https://github.com/MapsterMapper/Mapster/compare/7.2.0...v7.3.0