Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 903 Bytes

Release Notes.md

File metadata and controls

50 lines (27 loc) · 903 Bytes

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