Skip to content

Commit

Permalink
Update simulator to v0.14.14 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshami01 authored Apr 5, 2022
1 parent a929066 commit 884050b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## 1.25.9 - 2022-04-04
### Changed
* Snap to the latest simulator version 0.14.14

## 1.25.8 - 2022-03-08
### Changed
* Snap to the latest simulator version 0.14.12
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

![Added](images/multipleplatform.gif)

## What's New (v1.25.9)
* Snap to the latest simulator version 0.14.14

## What's New (v1.25.8)
* Snap to the latest simulator version 0.14.12

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "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.8",
"version": "1.25.9",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/edge/simulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.12";
private static iotedgehubdevDefaultVersion = "0.14.14";
private static learnMoreUrl: string = "https://aka.ms/AA3nuw8";
private static simulatorVersionKey: string = "SimulatorVersion";
private static simulatorExecutableName = "iotedgehubdev";
Expand Down

0 comments on commit 884050b

Please sign in to comment.