Skip to content

Releases: vbfox/ColoredPrintf

1.0.5

17 Apr 11:56
Compare
Choose a tag to compare

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

1.0.4

17 Apr 11:25
Compare
Choose a tag to compare

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

09 Sep 12:37
Compare
Choose a tag to compare

Remove ValueTuple reference

1.0.1

09 Sep 11:41
Compare
Choose a tag to compare

Add an icon to the NuGet package

1.0.0

22 Jul 19:49
Compare
Choose a tag to compare

.Net 4.5 & .Net Core 2.0 compatible

0.3.0

06 Nov 18:18
Compare
Choose a tag to compare
  • Fix printing escaped parts when text is accumulated. colorprintfn "1 %d %d" 2 3 was generating 231 (Issue #1)

0.2.0

23 Oct 21:49
Compare
Choose a tag to compare
  • 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

08 Oct 21:53
Compare
Choose a tag to compare

First version