Snap to the latest simulator version 0.14.18 (#646)
This commit is contained in:
Родитель
bdcb5a5579
Коммит
138f556879
|
@ -1,4 +1,8 @@
|
|||
# Change Log
|
||||
## 1.25.10 - 2022-11-03
|
||||
### Changed
|
||||
* Snap to the latest simulator version 0.14.18
|
||||
|
||||
## 1.25.9 - 2022-04-04
|
||||
### Changed
|
||||
* 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)
|
||||
|
||||
## What's New (v1.25.10)
|
||||
* Snap to the latest simulator version 0.14.18
|
||||
|
||||
## What's New (v1.25.9)
|
||||
* Snap to the latest simulator version 0.14.14
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -2,7 +2,7 @@
|
|||
"name": "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.",
|
||||
"version": "1.25.9",
|
||||
"version": "1.25.10",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
|
||||
"icon": "logo.png",
|
||||
|
|
|
@ -34,7 +34,7 @@ enum SimulatorType {
|
|||
export class Simulator {
|
||||
private static iotedgehubdevVersionUrl: string = "https://pypi.org/pypi/iotedgehubdev/json";
|
||||
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 simulatorVersionKey: string = "SimulatorVersion";
|
||||
private static simulatorExecutableName = "iotedgehubdev";
|
||||
|
|
Загрузка…
Ссылка в новой задаче