1.13.0 rc (#445)
This commit is contained in:
Родитель
8463b5c0b8
Коммит
3eb0404467
|
@ -1,4 +1,8 @@
|
|||
# Change Log
|
||||
## 1.13.0 - 2019-05-XX
|
||||
### Added
|
||||
* Support relative path schema for the reference of external custom module. The schema is like ${MODULEDIR\<RelativePathToModuleFolder\>}
|
||||
|
||||
## 1.12.0 - 2019-04-26
|
||||
### Added
|
||||
* Integrate the new setup option from [iotedgehubdev v0.8.0](https://github.com/Azure/iotedgehubdev/releases/tag/v0.8.0) to setup Azure IoT Hub connection string. So now module twin will be updated automatically when running deployment in simulator.
|
||||
|
|
|
@ -15,12 +15,9 @@
|
|||
|
||||
![Added](images/multipleplatform.gif)
|
||||
|
||||
## What's New (v1.12.0)
|
||||
## What's New (v1.13.0)
|
||||
### Added
|
||||
* Integrate the new setup option from [iotedgehubdev v0.8.0](https://github.com/Azure/iotedgehubdev/releases/tag/v0.8.0) to setup Azure IoT Hub connection string. So now module twin will be updated automatically when running deployment in simulator.
|
||||
|
||||
### Changed
|
||||
* Only one sample gallery page will be opened in VS Code [#414](https://github.com/Microsoft/vscode-azure-iot-edge/issues/414)
|
||||
* Support relative path schema for the reference of external custom module. The schema is like ${MODULEDIR\<RelativePathToModuleFolder\>}
|
||||
|
||||
## Known Issues
|
||||
* [C module remote debug error](https://github.com/Microsoft/vscode-azure-iot-edge/issues/283)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azure-iot-edge",
|
||||
"displayName": "Azure IoT Edge",
|
||||
"description": "Develop, deploy, debug, and manage your IoT Edge solution",
|
||||
"version": "1.12.0",
|
||||
"version": "1.13.0-rc",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
|
||||
"icon": "logo.png",
|
||||
|
|
Загрузка…
Ссылка в новой задаче