From 07ad1668e518aae52ec2d99789892130d830d0b5 Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Tue, 9 Jul 2019 22:03:52 -0700 Subject: [PATCH] Update Durable Functions extension to 1.8.3 This PR updates the Azure Functions bundles to the latest version of the Durable Functions nuget extension: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/1.8.3 Release notes: https://github.com/Azure/azure-functions-durable-extension/releases --- src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json b/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json index bbdf4bf..6e93366 100644 --- a/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json +++ b/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json @@ -17,7 +17,7 @@ }, { "id": "Microsoft.Azure.WebJobs.Extensions.DurableTask", - "version": "1.8.2" + "version": "1.8.3" }, { "id": "Microsoft.Azure.WebJobs.Extensions.EventGrid",