New
1.42.0
What's Changed
- Added custom exception for indexers being treated as properties during serialization by @michelebastione in https://github.com/mini-software/MiniExcel/pull/885
- Fixed two edge cases with the mapping of double types by @michelebastione in https://github.com/mini-software/MiniExcel/pull/887
- Fix #888: Ignore empty rows on read by @paulroho in https://github.com/mini-software/MiniExcel/pull/890
- Changed the default location where the shared strings cache is stored and added option to customize it by @michelebastione in https://github.com/mini-software/MiniExcel/pull/898
- Added
.net10.0as a target framework to all projects and other related changes by @michelebastione in https://github.com/mini-software/MiniExcel/pull/899
New Contributors
- @paulroho made their first contribution in https://github.com/mini-software/MiniExcel/pull/890
Full Changelog: https://github.com/mini-software/MiniExcel/compare/1.41.4...1.42