Releases: atifaziz/recolor
Releases · atifaziz/recolor
2.5.0
Install using the .NET CLI:
dotnet tool install --global Recolor --version 2.5.0
This release drops support for .NET Core 2.1 and instead targets the .NET 6 (LTS) and 7 runtimes.
See also:
2.4.0
Install using the .NET Core CLI:
dotnet tool install --global Recolor --version 2.4.0
This release primarily allows response files to be picked up from ~/.recolor/ where ~ is %UserProfile% on Windows and $HOME on most Linux-based systems. If an argument is of the form @~foobar then recolor will look-up and use ~/.recolor/foobar.rsp or ~/.recolor/foobar as the response file, whichever exists.
See also:
2.3.0
This version primarily distributes recolor as a (cross-platform) .NET Core tool that is available for global installation using:
dotnet tool install --global Recolor --version 2.3.0