Prepare 0.5.0
This commit is contained in:
Родитель
d8435931f3
Коммит
8c812543c4
|
@ -14,6 +14,10 @@ Create `.azcli` files and use these features:
|
|||
|
||||
## Release Notes
|
||||
|
||||
### 0.5.0
|
||||
|
||||
- PR [Support multiline commands when running in editor](https://github.com/Microsoft/vscode-azurecli/pull/61) by [@mburleigh](https://github.com/mburleigh).
|
||||
|
||||
### 0.4.6
|
||||
|
||||
- PR [Add status bar item to indicate progress](https://github.com/Microsoft/vscode-azurecli/pull/56) by [@mburleigh](https://github.com/mburleigh).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azurecli",
|
||||
"version": "0.4.6",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azurecli",
|
||||
"displayName": "Azure CLI Tools",
|
||||
"description": "Tools for developing and running commands of the Azure CLI.",
|
||||
"version": "0.4.6",
|
||||
"version": "0.5.0",
|
||||
"icon": "images/azure_icon.png",
|
||||
"publisher": "ms-vscode",
|
||||
"repository": {
|
||||
|
@ -14,7 +14,7 @@
|
|||
"url": "https://github.com/Microsoft/vscode-azurecli/issues"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.31.0"
|
||||
"vscode": "^1.35.0"
|
||||
},
|
||||
"categories": [
|
||||
"Programming Languages",
|
||||
|
|
Загрузка…
Ссылка в новой задаче