- Support for .NET Standard 2.0
- Enable source link
- All features from V1.2.0, but with new builders moved to FSharp.Control.Tasks.V2 namespace to avoid dependency conflicts.
- Target lowest FSharp.Core that supports .NET Standard 1.6.
- Support for .NET frameworks 4.5, 4.6, and 4.7 in NuGet package.
- New operator-based overload resolution for F# 4.0 compatibility by Gustavo Leon.
- Adds overloads for binding F#
Async
. This meanslet!
works withAsync
as well asTask
and other awaitables.
- Fixes bug in which the
finally
blocks or disposable ofuse
bindings would not run if the wrapped code ended inreturn!
.
- First version on NuGet.