Small release mostly to fix the 'minX can not be greater than maxX' error that could occur when a geometry was empty. This bug was already in v4. This now became apparent because in v5 MRect throws on invalid input instead of fixing it.
What's Changed
🐛 Fixes
- Fix invalid extent returned by empty geometry to avoid "minX can not be greater than maxX" error by @pauldendulk in #3253
⚙️ Infrastructure
- Pack only library projects in Release Nugets workflow to avoid Android AOT failures by @Copilot in #3252
☢️ Experimental
- Add MapInfo to the VectorTileStyleRenderer by @pauldendulk in #3259
Full Changelog: 5.0.1...5.0.2