Skip to content

Commit

Permalink
using latest simulator version (#629)
Browse files Browse the repository at this point in the history
* using latest simulator version
  • Loading branch information
mhshami01 authored Mar 8, 2022
1 parent 3cdb3ad commit 17f8c9f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 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.8 - 2022-03-08
### Changed
* Snap to the latest simulator version 0.14.12

## 1.25.7 - 2022-02-04
### Changed
* Fixed dev container load errors when dependency list include VSCode Remote Containers extension.
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.8)
* Snap to the latest simulator version 0.14.12

## What's New (v1.25.0)
* Generate Dev Container definition files with new Edge Solutions.
* Ability to add Dev Container definition files to existing Edge Solutions.
Expand Down
16 changes: 8 additions & 8 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.7",
"version": "1.25.8",
"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.10";
private static iotedgehubdevDefaultVersion = "0.14.12";
private static learnMoreUrl: string = "https://aka.ms/AA3nuw8";
private static simulatorVersionKey: string = "SimulatorVersion";
private static simulatorExecutableName = "iotedgehubdev";
Expand Down

0 comments on commit 17f8c9f

Please sign in to comment.