Skip to content

Commit d4bf0ec

Browse files
authored
Prep for 0.6.0 (#221)
1 parent 3182325 commit d4bf0ec

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
All notable changes to the "azurefunctions" extension will be documented in this file.
33

4+
## 0.6.0 - 2018-02-13
5+
### Added
6+
- Stream logs from your remote Function Apps
7+
- Support projects in multi-root workspaces
8+
- Link to deployment tutorial
9+
10+
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.6.0%22+label%3Abug+is%3Aclosed)
11+
- Show warning if your Azure Functions Core Tools version is out-of-date
12+
- Update Microsoft.Net.Sdk.Functions version so that C# functions work on Mac/Linux
13+
414
## 0.5.1 - 2018-02-01
515
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.5.1%22+label%3Abug+is%3Aclosed)
616
- C# local debugging

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ to get started with the Azure Functions extension.
3636
* Deploy to Azure Function Apps
3737
* View, create, delete, start, stop, and restart Azure Function Apps
3838
* JSON Intellisense for `function.json`, `host.json`, and `proxies.json`
39+
* Stream logs from your remote Function Apps
3940

4041
### Create New Project
4142

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurefunctions",
33
"displayName": "Azure Functions",
44
"description": "%extension.description%",
5-
"version": "0.5.1",
5+
"version": "0.6.0",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",

0 commit comments

Comments
 (0)