Skip to content

Releases: xt0rted/dotnet-rimraf

v0.3.1

10 Jul 18:17

Choose a tag to compare

Fixed

  • Fix null reference when file or directory is not accessible

v0.3.0

10 Jul 05:01

Choose a tag to compare

Added

  • Build and test on macOS 14
  • Build and test on macOS 15
  • Build and test on Ubuntu 22.04 ARM
  • Build and test on Ubuntu 24.04
  • Build and test on Ubuntu 24.04 ARM
  • Build and test on Windows 11 ARM
  • Build and test on Windows 2025

Removed

  • No longer built and tested on macOS 11 & 12 due to GitHub Actions no longer supporting those versions
  • No longer built and tested on Ubuntu 20.04 due to GitHub Actions no longer supporting this version
  • No longer built and tested on Windows 2019 due to GitHub Actions no longer supporting this version

Updated

  • Bumped Microsoft.Windows.CsWin32 from 0.3.49-beta to 0.3.183
  • Bumped System.IO.Abstractions from 21.0.2 to 22.0.15

v0.2.0

10 Apr 17:44

Choose a tag to compare

Added

  • Added support for .NET 8

Removed

  • Dropped support for .NET Core 3.1
  • Dropped support for .NET 5
  • Dropped support for .NET 6

Fixed

  • Fixed console color output check

Updated

  • Bumped Microsoft.Windows.CsWin32 from 0.1.635-beta to 0.3.49-beta
  • Bumped System.CommandLine from 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1
  • Bumped System.CommandLine.Rendering from 0.4.0-alpha.22114.1 to 0.4.0-alpha.22272.1
  • Bumped System.IO.Abstractions from 16.1.25 to 21.0.2
  • Switched from actions/setup-dotnet to xt0rted/setup-dotnet
  • No longer built and tested on macOS 10.15 due to GitHub Actions no longer supporting that version

v0.1.0

25 Mar 07:24

Choose a tag to compare

  • Cross platform (tested on macOS, Ubuntu, and Windows)
  • Won't return an error if the target path/glob doesn't exist
  • Can install as a local or global tool
  • Support for --dry-run to see what would be deleted
  • Support for --no-preserve-root which will delete the directory being acted on (default behavior is to preserve it)