Increment VSCode Extension version after release (#2985)

This commit is contained in:
Azure SDK Bot 2023-11-15 08:41:11 -08:00 коммит произвёл GitHub
Родитель 8f8cb523c0
Коммит 76b21e81de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 13 добавлений и 3 удалений

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

@ -1,5 +1,15 @@
# Release History
## 0.9.0-alpha.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 0.8.0 (2023-11-15)
### Features Added

4
ext/vscode/package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "azure-dev",
"version": "0.8.0",
"version": "0.9.0-alpha.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "azure-dev",
"version": "0.8.0",
"version": "0.9.0-alpha.1",
"license": "MIT",
"dependencies": {
"@microsoft/vscode-azext-utils": "~2",

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

@ -2,7 +2,7 @@
"name": "azure-dev",
"displayName": "Azure Developer CLI",
"description": "Makes it easy to run, provision, and deploy Azure applications using the Azure Developer CLI",
"version": "0.8.0",
"version": "0.9.0-alpha.1",
"license": "MIT",
"icon": "resources/icon.png",
"preview": true,