Skip to content

Commit

Permalink
1.18.0-rc (#507)
Browse files Browse the repository at this point in the history
* 1.18.0-rc

* update
  • Loading branch information
formulahendry authored Oct 28, 2019
1 parent 1d704f4 commit 679ed38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log
## 1.18.0
### Added
* Support multiple plans for marketplace

### Changed
* Optimize ASA retry logic

## 1.17.0 - 2019-08-29
### Added
* Add CodeLens to help user update ASA job information
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

![Added](images/multipleplatform.gif)

## What's New (v1.17.0)
## What's New (v1.18.0)
### Added
* Add CodeLens to help user update ASA job information.
* Support multiple plans for marketplace

### Fixed
* Fix broken link in README.md.
### Changed
* Optimize ASA retry logic

## Known Issues
* [C module remote debug error](https://github.com/Microsoft/vscode-azure-iot-edge/issues/283)
Expand Down
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": "Develop, deploy, debug, and manage your IoT Edge solution",
"version": "1.17.0",
"version": "1.18.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down

0 comments on commit 679ed38

Please sign in to comment.