Releases: xt0rted/dotnet-rimraf
Releases · xt0rted/dotnet-rimraf
v0.3.1
v0.3.0
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.CsWin32from 0.3.49-beta to 0.3.183 - Bumped
System.IO.Abstractionsfrom 21.0.2 to 22.0.15
v0.2.0
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.CsWin32from 0.1.635-beta to 0.3.49-beta - Bumped
System.CommandLinefrom 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1 - Bumped
System.CommandLine.Renderingfrom 0.4.0-alpha.22114.1 to 0.4.0-alpha.22272.1 - Bumped
System.IO.Abstractionsfrom 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
- 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-runto see what would be deleted - Support for
--no-preserve-rootwhich will delete the directory being acted on (default behavior is to preserve it)