2.0.0 (#224)
This commit is contained in:
Родитель
fb1f3b30fc
Коммит
611ace1f00
|
@ -1,4 +1,4 @@
|
|||
## 2.0.0 (2018-12-23)
|
||||
## 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 @@
|
|||
|
||||
[![Join the chat at https://gitter.im/Microsoft/azure-iot-toolkit](https://badges.gitter.im/Microsoft/azure-iot-toolkit.svg)](https://gitter.im/Microsoft/azure-iot-toolkit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/vsciot-vscode.azure-iot-toolkit.svg)](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit)
|
||||
|
||||
Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation.
|
||||
Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation.
|
||||
|
||||
## Device Explorer
|
||||
The [Wiki page](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki) includes a comprehensive getting started guide as well as detailed usage instructions of the following features:
|
||||
|
|
Двоичные данные
logo.png
Двоичные данные
logo.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 3.9 KiB После Ширина: | Высота: | Размер: 3.7 KiB |
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "azure-iot-toolkit",
|
||||
"displayName": "Azure IoT Hub Toolkit",
|
||||
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation",
|
||||
"version": "2.0.0-rc",
|
||||
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation",
|
||||
"version": "2.0.0",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
|
||||
"icon": "logo.png",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"iot",
|
||||
"device",
|
||||
"IoT Edge",
|
||||
"cloud"
|
||||
"simulator"
|
||||
],
|
||||
"activationEvents": [
|
||||
"*",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<header>
|
||||
<div id="title-area">
|
||||
<h1>Azure IoT Hub Toolkit Extension</h1>
|
||||
<p>Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation.</p>
|
||||
<p>Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation.</p>
|
||||
</div>
|
||||
</header>
|
||||
<div id="content">
|
||||
|
|
Загрузка…
Ссылка в новой задаче