Mapshaper.Net 0.0.1
Pre-release
Pre-release
0.0.1 - 2026-06-15
Added
- Initial
MapshaperClientwrapper for running the external mapshaper CLI from .NET. - Raw argument execution through
RunAsyncand failure-checking execution throughRunOrThrowAsync. - Convenience methods for common mapshaper workflows: convert, simplify, clip, dissolve, filter fields, and project.
MapshaperOptionsfor configuring the mapshaper executable path and working directory.MapshaperResultandMapshaperExceptiontypes for inspecting exit codes, standard output, standard error, and failed command arguments.- README documentation with installation notes and usage examples.
- GitHub Actions CI for restore, build, test, and pack.
- NuGet publishing through GitHub Actions Trusted Publishing.