This commit is contained in:
Eric Jizba 2018-02-13 00:39:28 +00:00 коммит произвёл GitHub
Родитель 3182325a9e
Коммит d4bf0ec29f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -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",