Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.2 KB

Release Notes.md

File metadata and controls

61 lines (34 loc) · 1.2 KB

New in 2.1.0

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

New in 2.0.0

  • 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

New in 1.0.6

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

New in 1.0.5

  • Specify the package license using SPDX
  • Build with 2.1.500 SDK

New in 1.0.4

  • Include pdb files in package (With SourceLink)
  • Include XmlDoc in package

New in 1.0.3

  • Remove ValueTuple from references

New in 1.0.2

  • Larger FSharp.Core version choice

New in 1.0.1

  • Target .Net 4.5 instead

New in 1.0.0

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

New in 0.2.1

  • NuGet package was accidentally dependent on FSharpLint.MSBuild

New in 0.2.0

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

New in 0.1.2

  • Fix xmldoc (Bad name in zip and absent in nuget)

New in 0.1.1

  • NuGet package dependency bugfix

New in 0.1.0

  • First version