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