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

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

@ -1,3 +1,16 @@
## 2.1.0 (2019-01-02)
### Added
* Reorder and group context menu
* Add confirmation prompt when deleting resource
* Add 'Stop' button for monitoring D2C message in Status Bar
* Add Direct Method template for Node.js code generation
### Changed
* Use Webpack to improve extension performance ⚡
### Removed
* Remove 'Refresh' item from context menu
## 2.0.0 (2018-12-13)
### Added
* Resolve [#218](https://github.com/Microsoft/vscode-azure-iot-toolkit/issues/218): Add 'Stop Monitoring D2C Message' into context menu of explorer title

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

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