- 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.