Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: atifaziz/recolor

2.5.0

07 Mar 23:30

Choose a tag to compare

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

07 Mar 10:51

Choose a tag to compare

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

06 Mar 14:55

Choose a tag to compare

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

2.2

26 Jan 11:01

Choose a tag to compare

2.2
v2.2

Version 2.2

2.1

25 Jan 09:32

Choose a tag to compare

2.1
v2.1

README

2.0

25 Jan 09:32

Choose a tag to compare

2.0
v2.0

Consolidating duplication of console color application

1.0

25 Jan 09:32

Choose a tag to compare

1.0
v1.0

Initial import