AutoMapper 5.1 released
Release notes here: AutoMapper 5.1
Some big things from this release:
- Supporting portable class libraries (again), profile 111. Because converting projects from PCL to netstandard is hard
- More performance improvements (mainly in complex mappings), 70% faster in our benchmarks
- Easy initialization via assembly scanning
As part of the release, we closed 57 issues. With the new underlying mapping engine, there were a few bugs to work out, which this release worked to close.
Enjoy!