Skip to content

Commit

Permalink
1.6.0-rc (#191)
Browse files Browse the repository at this point in the history
* 1.6.0-rc

* Add whitespace
  • Loading branch information
formulahendry authored Oct 29, 2018
1 parent d60afae commit 7eb3330
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
## 1.6.0 (2018-10-31)
### Added
* Add device twin templates for Node.js code generation
* Add configuration to enable auto refresh and set refresh interval ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#184](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/184))
* Display friendly info when no subscriptions are available ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#174](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/174))
* Use sans-serif font for welcome page on Linux and macOS ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#176](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/176))

## 1.5.0 (2018-10-10)
### Added
* Get module info
* Copy module connection string
* Add F# code generation for device to cloud communication
* Add F# code generation for device to cloud communication ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#172](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/172))

### Changed
* Valid that expiration time should be a number when generating SAS token
* Keep input box open when entering D2C message
* Valid that expiration time should be a number when generating SAS token ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#173](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/173))
* Keep input box open when entering D2C message ([@tomaszbartoszewski](https://github.com/tomaszbartoszewski): [#173](https://github.com/Microsoft/vscode-azure-iot-toolkit/pull/173))

## 1.4.0 (2018-09-19)
### Added
Expand All @@ -19,7 +26,7 @@
## 1.3.0 (2018-08-28)
### Added
* Generate Code for C#, Go, Java, PHP or Ruby
* Module Management (List, Create, Delete module)
* [Module Management](https://blogs.msdn.microsoft.com/iotdev/2018/09/19/azure-iot-toolkit-supports-iot-hub-module-management-module-twin-module-direct-method-module-crud/) (List, Create, Delete module)
* Add configuration to set start time for monitoring D2C message
* Support creating IoT Hub with basic tier

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Toolkit",
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation",
"version": "1.5.0",
"version": "1.6.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/telemetryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const extensionVersion: string = packageJSON.version;
const aiKey: string = packageJSON.aiKey;

export class TelemetryClient {
public static initialize(context: vscode.ExtensionContext){
public static initialize(context: vscode.ExtensionContext) {
this._extensionContext = context;
let iotWorkbenchExt = vscode.extensions.getExtension("vsciot-vscode.vscode-iot-workbench");
if (iotWorkbenchExt) {
Expand Down

0 comments on commit 7eb3330

Please sign in to comment.