changing the version from 0.27.0 to 1.0.0 (#1398)
This commit is contained in:
Родитель
fc221ad031
Коммит
87b9d07ff1
|
@ -35,9 +35,9 @@
|
|||
{
|
||||
"label": "Install extension",
|
||||
"type": "shell",
|
||||
"command": "az extension add --source ./dist/azure_devops-0.27.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source ./dist/azure_devops-1.0.0-py2.py3-none-any.whl -y",
|
||||
"windows": {
|
||||
"command": "az extension add --source .\\dist\\azure_devops-0.27.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source .\\dist\\azure_devops-1.0.0-py2.py3-none-any.whl -y",
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/azure-devops/"
|
||||
|
@ -51,9 +51,9 @@
|
|||
{
|
||||
"label": "Update extension",
|
||||
"type": "shell",
|
||||
"command": "az extension add --source ./dist/azure_devops-0.27.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source ./dist/azure_devops-1.0.0-py2.py3-none-any.whl -y",
|
||||
"windows": {
|
||||
"command": "az extension add --source .\\dist\\azure_devops-0.27.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source .\\dist\\azure_devops-1.0.0-py2.py3-none-any.whl -y",
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/azure-devops/"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
# --------------------------------------------------------------------------------------------
|
||||
|
||||
VERSION = "0.27.0"
|
||||
VERSION = "1.0.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче