This commit is contained in:
Jun Han 2018-11-20 12:42:04 +08:00 коммит произвёл GitHub
Родитель 39866d1d12
Коммит d1aa12bee4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,16 @@
## 1.7.0 (2018-11-22)
### Added
* Support IoT Edge multiple platforms scenario
* Support Azure National Clouds
* Better hint user when they fail to set IoT Hub connection string
* Better hint user when loading device list failed
* Support passing JSON in payload for direct methods
* Add 'Refresh' into context menu of normal device
* Add 'Refresh' icon inline
### Changed
* Resolve [#189](https://github.com/Microsoft/vscode-azure-iot-toolkit/issues/189): Use Node SDK instead of REST API
## 1.6.0 (2018-11-02)
### Added
* Add device twin templates for Node.js code generation

Просмотреть файл

@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Toolkit",
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation",
"version": "1.6.0",
"version": "1.7.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",