Merge changes from 0.1.1 patch release
This commit is contained in:
Родитель
2690ad8f49
Коммит
faa4feaf24
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,12 +1,15 @@
|
|||
# Change Log
|
||||
All notable changes to the "azurefunctions" extension will be documented in this file.
|
||||
|
||||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## 0.1.0
|
||||
## 0.1.1 - 2017-11-01
|
||||
### Fixed
|
||||
- Show warning message that zip deploy is a destructive action
|
||||
- Leverage [new app service zipdeploy](https://github.com/projectkudu/kudu/wiki/Deploying-from-a-zip-file)
|
||||
### Removed
|
||||
- Zip Deploy no longer runs 'npm install'. It expects a ready-to-run app
|
||||
|
||||
## 0.1.0 - 2017-10-19
|
||||
### Added
|
||||
* Create new project
|
||||
* Create new function from template
|
||||
* Debug function apps locally
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurefunctions",
|
||||
"displayName": "Azure Functions",
|
||||
"description": "%extension.description%",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-functions.png",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
|
@ -248,7 +248,7 @@
|
|||
"rimraf": "^2.6.2",
|
||||
"vscode-extension-telemetry": "^0.0.6",
|
||||
"vscode-nls": "^2.0.2",
|
||||
"vscode-azureappservice": "^0.1.1"
|
||||
"vscode-azureappservice": "^0.2.0"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"ms-vscode.azure-account"
|
||||
|
|
Загрузка…
Ссылка в новой задаче