Prep for 0.6.0 (#221)
This commit is contained in:
Родитель
3182325a9e
Коммит
d4bf0ec29f
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,16 @@
|
|||
# Change Log
|
||||
All notable changes to the "azurefunctions" extension will be documented in this file.
|
||||
|
||||
## 0.6.0 - 2018-02-13
|
||||
### Added
|
||||
- Stream logs from your remote Function Apps
|
||||
- Support projects in multi-root workspaces
|
||||
- Link to deployment tutorial
|
||||
|
||||
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.6.0%22+label%3Abug+is%3Aclosed)
|
||||
- Show warning if your Azure Functions Core Tools version is out-of-date
|
||||
- Update Microsoft.Net.Sdk.Functions version so that C# functions work on Mac/Linux
|
||||
|
||||
## 0.5.1 - 2018-02-01
|
||||
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.5.1%22+label%3Abug+is%3Aclosed)
|
||||
- C# local debugging
|
||||
|
|
|
@ -36,6 +36,7 @@ to get started with the Azure Functions extension.
|
|||
* Deploy to Azure Function Apps
|
||||
* View, create, delete, start, stop, and restart Azure Function Apps
|
||||
* JSON Intellisense for `function.json`, `host.json`, and `proxies.json`
|
||||
* Stream logs from your remote Function Apps
|
||||
|
||||
### Create New Project
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurefunctions",
|
||||
"displayName": "Azure Functions",
|
||||
"description": "%extension.description%",
|
||||
"version": "0.5.1",
|
||||
"version": "0.6.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-functions.png",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
|
|
Загрузка…
Ссылка в новой задаче