Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Increase DTFx.Core and DTFx.AS versions to 2.15.0 and 1.15.1 respectively #987

Closed davidmrdavid closed 8 months ago

davidmrdavid commented 8 months ago

As in title, for upcoming release. Related: https://github.com/Azure/azure-functions-durable-extension/issues/2628

jviau commented 8 months ago

Should DTFx.Core be 2.15.0? I think we had some additive public APIs in this release, which necessitates a minor version rev.

davidmrdavid commented 8 months ago

Should DTFx.Core be 2.15.0? I think we had some additive public APIs in this release, which necessitates a minor version rev.

I wasn't aware. Sure, I can make that edit. You probably mean the new RawInput stuff, right?