BlackFox.ColoredPrintf 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlackFox.ColoredPrintf --version 0.2.0
NuGet\Install-Package BlackFox.ColoredPrintf -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlackFox.ColoredPrintf" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlackFox.ColoredPrintf --version 0.2.0
#r "nuget: BlackFox.ColoredPrintf, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlackFox.ColoredPrintf as a Cake Addin
#addin nuget:?package=BlackFox.ColoredPrintf&version=0.2.0

// Install BlackFox.ColoredPrintf as a Cake Tool
#tool nuget:?package=BlackFox.ColoredPrintf&version=0.2.0

Provide a printf replacement with colors.

This library provide a colorprintf function where colors can be set for a range using the syntax :

$foreground;background[text]

For example:

colorprintf "Hello $red[%s]." "world"

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BlackFox.ColoredPrintf:

Package Downloads
Atrous.Core.Logger

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 1,982 4/17/2021
1.0.4 372 4/17/2021
1.0.3 15,218 12/4/2018
1.0.2 1,144 9/9/2018
1.0.0 1,360 7/22/2018
0.3.0 1,478 11/6/2016
0.2.0 951 10/23/2016
0.1.0 1,065 10/8/2016

Colors can now be specified as parameters like: `colorprintfn "Hello $%A[world] !" ConsoleColor.Red`.
Pull a version of MasterOfFoo with correct `%A` output.