ColoredPrintf Versions Save

F# printf functions but with colors !

1.0.5

3 years ago

Bump MasterOfFoo minimal version so that NuGet algorithm of resolving lowest version is happy

1.0.4

3 years ago

Make dependency ranges less strict (For FSharp.Core 6.x) Build with 5.0.201 SDK Specify the package license using SPDX Embed the package icon

1.0.2

5 years ago

Remove ValueTuple reference

1.0.1

5 years ago

Add an icon to the NuGet package

1.0.0

5 years ago

.Net 4.5 & .Net Core 2.0 compatible

0.3.0

7 years ago
  • Fix printing escaped parts when text is accumulated. colorprintfn "1 %d %d" 2 3 was generating 231 (Issue #1)

0.2.0

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

0.1.0

7 years ago

First version