From e9e45ad5846649e47200c81c5ad9b7d07ad99748 Mon Sep 17 00:00:00 2001 From: Jun Han Date: Mon, 30 Jul 2018 10:20:18 +0800 Subject: [PATCH] 1.1.0 (#205) * 1.1.0 * Update release data --- CHANGELOG.md | 4 ++++ README.md | 3 +++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4d6039..67b52c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## 1.1.0 - 2018-07-30 +### Added +* Add support for C module + ## 1.0.0 - 2018-06-27 ### Added * Add "Add IoT Edge Module" item to the context menu of "modules" folder diff --git a/README.md b/README.md index 3723bff7..209af6c5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ For Python developers, you can develop and deploy [Python module](https://docs.m For Node.js developers, you can develop, debug and deploy [Node.js module](https://docs.microsoft.com/azure/iot-edge/tutorial-node-module) +For C developers, you can develop, debug and deploy [C module](https://docs.microsoft.com/azure/iot-edge/tutorial-c-module) + We will soon support other languages and more services on Azure IoT Edge. ## Commands @@ -56,6 +58,7 @@ You can also trigger following frequently-used commands in context menu. - [Develop and deploy a C# module](https://docs.microsoft.com/azure/iot-edge/tutorial-csharp-module) - [Develop and deploy a Python module](https://docs.microsoft.com/azure/iot-edge/tutorial-python-module) - [Develop and deploy a Node.js module](https://docs.microsoft.com/azure/iot-edge/tutorial-node-module) +- [Develop and deploy a C module](https://docs.microsoft.com/azure/iot-edge/tutorial-c-module) - [Register a new Azure IoT Edge device](https://docs.microsoft.com/en-us/azure/iot-edge/how-to-register-device-vscode) - [Deploy Azure IoT Edge modules](https://docs.microsoft.com/azure/iot-edge/how-to-deploy-modules-vscode) - [Debug C# module](https://docs.microsoft.com/azure/iot-edge/how-to-develop-csharp-module) diff --git a/package.json b/package.json index 2886dc3a..cca9c0f6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-iot-edge", "displayName": "Azure IoT Edge", "description": "Develop, deploy, debug, and manage your IoT Edge solution", - "version": "1.0.0", + "version": "1.1.0", "publisher": "vsciot-vscode", "aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe", "icon": "logo.png",