Merge changes from 0.1.1 patch release

This commit is contained in:
Eric Jizba 2017-11-02 15:06:07 -07:00
Родитель 2690ad8f49
Коммит faa4feaf24
2 изменённых файлов: 10 добавлений и 7 удалений

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

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