Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 319 Bytes

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 319 Bytes

Changelog

0.20

  • Update to .NET 6.

0.18

  • Loosen Microsoft.* dependencies from ~> 5.0 to >= 5.0 to allow using 6.0+.

  • Update FSharp.Core to 6.0.

  • Remove references to Ply, use F# 6's own task instead.

  • Move CI from AppVeyor to GitHub actions.

0.17

  • Use tasks rather than async where relevant.