Snap to the latest simulator version 0.14.18 (#646)

This commit is contained in:
Mariana Mihova 2022-11-04 11:44:16 -07:00 коммит произвёл GitHub
Родитель bdcb5a5579
Коммит 138f556879
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 99 добавлений и 4903 удалений

Просмотреть файл

@ -1,4 +1,8 @@
# Change Log # Change Log
## 1.25.10 - 2022-11-03
### Changed
* Snap to the latest simulator version 0.14.18
## 1.25.9 - 2022-04-04 ## 1.25.9 - 2022-04-04
### Changed ### Changed
* Snap to the latest simulator version 0.14.14 * Snap to the latest simulator version 0.14.14

Просмотреть файл

@ -18,6 +18,9 @@ The Azure IoT Visual Studio Code extension is in a maintenance mode. Please see
![Added](images/multipleplatform.gif) ![Added](images/multipleplatform.gif)
## What's New (v1.25.10)
* Snap to the latest simulator version 0.14.18
## What's New (v1.25.9) ## What's New (v1.25.9)
* Snap to the latest simulator version 0.14.14 * Snap to the latest simulator version 0.14.14

4991
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -2,7 +2,7 @@
"name": "azure-iot-edge", "name": "azure-iot-edge",
"displayName": "Azure IoT Edge", "displayName": "Azure IoT Edge",
"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.", "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.",
"version": "1.25.9", "version": "1.25.10",
"publisher": "vsciot-vscode", "publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe", "aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png", "icon": "logo.png",

Просмотреть файл

@ -34,7 +34,7 @@ enum SimulatorType {
export class Simulator { export class Simulator {
private static iotedgehubdevVersionUrl: string = "https://pypi.org/pypi/iotedgehubdev/json"; private static iotedgehubdevVersionUrl: string = "https://pypi.org/pypi/iotedgehubdev/json";
private static iotedgehubdevLockVersionKey = "IOTEDGEHUBDEV_VERSION"; private static iotedgehubdevLockVersionKey = "IOTEDGEHUBDEV_VERSION";
private static iotedgehubdevDefaultVersion = "0.14.14"; private static iotedgehubdevDefaultVersion = "0.14.18";
private static learnMoreUrl: string = "https://aka.ms/AA3nuw8"; private static learnMoreUrl: string = "https://aka.ms/AA3nuw8";
private static simulatorVersionKey: string = "SimulatorVersion"; private static simulatorVersionKey: string = "SimulatorVersion";
private static simulatorExecutableName = "iotedgehubdev"; private static simulatorExecutableName = "iotedgehubdev";