Skip to content

Commit

Permalink
prepare release 1.4.0 (#257)
Browse files Browse the repository at this point in the history
* prepare release 1.4.0

* typo
  • Loading branch information
adashen authored Sep 20, 2018
1 parent 0cc8121 commit 59f6359
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
## 1.4.0 - 2018-09-20
### Changed
* Update CSharp module debug configuration to support netcoreapp2.1 target framework
* Update Python module debug configuration to support released python debugger
* Fix some bugs

## 1.3.0 - 2018-08-30
### Added
* Support Java module type in add module
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
- Manage IoT Edge devices and modules in IoT Hub (with [Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit))
- Deploy IoT solutions to IoT Edge devices

## What's New (v1.3.0)
* Support Java module type in add module
* Support debug Python module (amd64)
## What's New (v1.4.0)
* Update CSharp module debug configuration to support netcoreapp2.1 target framework
* Update Python module debug configuration to support released python debugger
* Fix some bugs

## Known Issues
* Cannot run C and Python module in IoT Edge Simulator
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-edge",
"displayName": "Azure IoT Edge",
"description": "Develop, deploy, debug, and manage your IoT Edge solution",
"version": "1.4.0-rc2",
"version": "1.4.0",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down

0 comments on commit 59f6359

Please sign in to comment.