From 137ff2302165770aa89fe012780c26a182e34313 Mon Sep 17 00:00:00 2001 From: dilin-MS Date: Fri, 22 Nov 2019 11:50:47 +0800 Subject: [PATCH] v0.10.17 changelog --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b730a6e5..e9ce2b853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,23 @@ All notable changes to the "vscode-iot-workbench" extension will be documented i ## Version 0.10.17 -- Release data: November 25, 2019 +- Release data: November 22, 2019 ### Fixed +- Fix serial port issue on configuring device settings.[[#829](https://github.com/microsoft/vscode-iot-workbench/issues/829)] +- Fix incorrect intellisense squiggles in armv7 container project. - Fix c_cpp_properties.json auto-refresh issue. +- Fix model repo UI for displaying interface list.[[#809](https://github.com/microsoft/vscode-iot-workbench/issues/809)] ### Added -- Integrate vcpkg with container project +- Enable Vcpkg on containerized toolchain. +## Changes + +- Integrate [latest Device C SDK](https://github.com/Azure/azure-iot-sdk-c/pull/1340/commits/1d0402c80944ec7ec24ed24314457166fef98814) bits into containerized docker images. +- Generate PnP code to send multiple telemetries defined in an interface in a single send. ## Version 0.10.16 diff --git a/package.json b/package.json index 1dd140093..43152c6d8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/Microsoft/vscode-iot-workbench/issues" }, "homepage": "https://github.com/Microsoft/vscode-iot-workbench/blob/master/README.md", - "version": "0.10.17-rc", + "version": "0.10.17", "publisher": "vsciot-vscode", "icon": "logo.png", "license": "SEE LICENSE IN ",