Skip to content

Commit

Permalink
Update json schema version to 2.0 (#441)
Browse files Browse the repository at this point in the history
* Update json schema version to 2.0

* Update to 1.13.0-rc2
  • Loading branch information
SLdragon authored May 20, 2019
1 parent 337103a commit 101ee2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-edge",
"displayName": "Azure IoT Edge",
"description": "Develop, deploy, debug, and manage your IoT Edge solution",
"version": "1.13.0-rc1",
"version": "1.13.0-rc2",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down Expand Up @@ -297,11 +297,11 @@
"jsonValidation": [
{
"fileMatch": "deployment.template.json",
"url": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.0"
"url": "http://json.schemastore.org/azure-iot-edge-deployment-template-2.0"
},
{
"fileMatch": "deployment.*.template.json",
"url": "http://json.schemastore.org/azure-iot-edge-deployment-template-1.0"
"url": "http://json.schemastore.org/azure-iot-edge-deployment-template-2.0"
}
],
"debuggers": [
Expand Down

0 comments on commit 101ee2a

Please sign in to comment.