Skip to content

Releases: vbfox/MasterOfFoo

2.1.1

18 Dec 22:11
c895ece

Choose a tag to compare

Fix FSharp.Core dependency not being specified in the NuGet package for net5.0 target but the dll being built
against 8.0.0 anyway.

2.1.0

06 Sep 08:17
243d52c

Choose a tag to compare

Synchronize with the latest FSharp.Core version and support the %B format specifier

2.0.0

05 Sep 21:42
0f76c10

Choose a tag to compare

Include the readme in the NuGet package
Build with 8.0.201 SDK
The new set of supported platforms is .NET Framework 4.6.1, .NET Standard 2.0 and .NET 5.0
Add support for interpolated strings

1.0.6

17 Apr 10:24

Choose a tag to compare

Make dependency ranges less strict (For FSharp.Core 6.x)
Build with 5.0.201 SDK

1.0.3

09 Sep 12:31

Choose a tag to compare

Remove ValueTuple from references

1.0.2

22 Jul 19:25

Choose a tag to compare

Larger FSharp.Core version choice

1.0.1

11 Feb 21:01

Choose a tag to compare

Target .Net 4.5 instead

1.0.0

11 Feb 20:51
a079d0a

Choose a tag to compare

The library now targets .Net 4.0, .Net standard 1.6 and .Net standard 2.0

0.2.1

28 Apr 18:57

Choose a tag to compare

NuGet package was accidentally dependent on FSharpLint.MSBuild

0.2.0

23 Oct 21:43

Choose a tag to compare

Fix %A text generated by FormatAsPrintF(), it's now printing the same thing as printf / sprintf.