Skip to content

Mapshaper.Net 0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:48

Added

  • Added typed CleanAsync, EraseAsync, JoinAsync, RenameFieldsAsync, and InfoAsync helpers to MapshaperClient.
  • Added integration coverage that runs against the mapshaper CLI in CI.

Changed

  • Use ProcessStartInfo.ArgumentList when available for safer, platform-native command argument handling while retaining compatibility with netstandard2.0 runtimes.
  • Kept the broader mapshaper command surface in MapshaperPipeline, with raw argument pass-through for command-specific options.