From 4d905439fc9762f3b3525b904159bfd114abc9f6 Mon Sep 17 00:00:00 2001 From: Hanxiao Liu Date: Fri, 22 Oct 2021 13:20:39 +0800 Subject: [PATCH] Bump extension bundle version in host.json to V2 (#183) --- .../src/main/resources/archetype-resources/host.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-functions-archetype/src/main/resources/archetype-resources/host.json b/azure-functions-archetype/src/main/resources/archetype-resources/host.json index 4ac8957..84fb439 100644 --- a/azure-functions-archetype/src/main/resources/archetype-resources/host.json +++ b/azure-functions-archetype/src/main/resources/archetype-resources/host.json @@ -2,6 +2,6 @@ "version": "2.0", "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" + "version": "[2.*, 3.0.0)" } -} \ No newline at end of file +}