Skip to content

Commit 3063023

Browse files
authored
Update default Edge Runtime version to 1.1 (#572)
1 parent 5001b07 commit 3063023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "azure-iot-edge",
33
"displayName": "Azure IoT Edge",
44
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Develop, deploy, debug, and manage your IoT Edge solution.",
5-
"version": "1.24.0-rc1",
5+
"version": "1.24.0",
66
"publisher": "vsciot-vscode",
77
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
88
"icon": "logo.png",
@@ -290,7 +290,7 @@
290290
},
291291
"azure-iot-edge.version.default.edgeRuntime": {
292292
"type": "string",
293-
"default": "1.0",
293+
"default": "1.1",
294294
"description": "Set the edgeAgent and edgeHub images version, which will be referenced in deployment manifest."
295295
},
296296
"azure-iot-edge.3rdPartyModuleTemplates": {

0 commit comments

Comments
 (0)