Prep for release (#1825)
This commit is contained in:
Родитель
8a8daca8e6
Коммит
4eaf9d5c51
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
||||
|
|
1060
NOTICE.html
1060
NOTICE.html
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче