Releases: vbfox/ColoredPrintf
Releases · vbfox/ColoredPrintf
2.0.0
Depend on MasterOfFoo 2.0 for interpolated strings support
1.0.5
Bump MasterOfFoo minimal version so that NuGet algorithm of resolving lowest version is happy
1.0.4
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
Remove ValueTuple reference
1.0.1
Add an icon to the NuGet package
1.0.0
.Net 4.5 & .Net Core 2.0 compatible
0.3.0
- Fix printing escaped parts when text is accumulated.
colorprintfn "1 %d %d" 2 3
was generating 231
(Issue #1)
0.2.0
- Colors can now be specified as parameters like:
colorprintfn "Hello $%A[world] !" ConsoleColor.Red
.
- Pull a version of MasterOfFoo with correct
%A
output.