mikhailshilkov / DurableFunctions.FSharp

F#-friendly API layer for Azure Durable Functions
MIT License
62 stars 8 forks source link

Use latest version of DurableTask library #19

Closed bartsokol closed 4 years ago

bartsokol commented 4 years ago

As there were some breaking changes in the 2.0 release of DurableTask library, changes are needed for DurableFunctions.FSharp to work with the latest version.

I've updated the package reference and changed the code to fix the breaking changes. Those included:

As it's a breaking change, I guess it should be released as a new version.