Skip to content

Commit

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

* Use fixed instead of changed
  • Loading branch information
SLdragon authored Aug 26, 2019
1 parent d17b1ae commit 12b6bed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 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.17.0 - 2019-08-xx
### Added
* Add CodeLens to help user update ASA job information

### Fixed
* Fix broken link in README.md

## 1.16.0 - 2019-08-13
### Added
* Guide user to setup connection string from UI when failed to start simulator
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@

![Added](images/multipleplatform.gif)

## What's New (v1.14.0)
## What's New (v1.17.0)
### Added
* Support create an Azure IoT Edge Solution without any module.
* Add CodeLens to help user update ASA job information.

### Changed
* Only add tempSensor module when adding custom module.
* Fixed the issue command broken on VSCode 1.35.0+ [#459](https://github.com/microsoft/vscode-azure-iot-edge/issues/459).
### Fixed
* Fix broken link in README.md.

## 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-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": "Develop, deploy, debug, and manage your IoT Edge solution",
"version": "1.16.0",
"version": "1.17.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down

0 comments on commit 12b6bed

Please sign in to comment.