- Depend on MasterOfFoo 2.0 for interpolated strings support
- Bump MasterOfFoo minimal version so that NuGet algorithm of resolving lowest version is happy
- 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
- Include pdb files in package (With SourceLink)
- Include XmlDoc in package
- Remove ValueTuple reference
- Add an icon to the NuGet package
- .Net 4.5 & .Net Core 2.0 compatible
- Fix printing escaped parts when text is accumulated.
colorprintfn "1 %d %d" 2 3
was generating231
(Issue #1)
- Colors can now be specified as parameters like:
colorprintfn "Hello $%A[world] !" ConsoleColor.Red
. - Pull a version of MasterOfFoo with correct
%A
output.
- First version