This commit is contained in:
Eric Jizba 2020-01-22 13:21:13 -08:00 коммит произвёл GitHub
Родитель 8a8daca8e6
Коммит 4eaf9d5c51
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 547 добавлений и 533 удалений

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

@ -2,6 +2,20 @@
# Change Log
## 0.20.2 - 2020-01-23
### Added
- Browse to website
- Added option to create a Node 12.x Function App, only supported in v3 of the Azure Functions runtime
### Changed
- If the Azure Functions runtime version cannot be automatically detected, default to v3 instead of v2
- Removed ability to update app settings in Azure if language or runtime version don't match when deploying. Instead, create a new Function App in Azure
### Fixed
- [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.20.2%22+is%3Aclosed)
## 0.20.1 - 2019-12-05
### Added

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -151,7 +151,7 @@ See [here](https://aka.ms/Dqur4e) for more installation options and the latest i
### Node
* [Node.js](https://nodejs.org/) 8.x or 10.x
* [Node.js](https://nodejs.org/) 8.x, 10.x, or 12.x
### .NET

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-azurefunctions",
"version": "0.20.2-alpha",
"version": "0.20.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -2,7 +2,7 @@
"name": "vscode-azurefunctions",
"displayName": "Azure Functions",
"description": "%azureFunctions.description%",
"version": "0.20.2-alpha",
"version": "0.20.2",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",