Update version, changelog, notices for VSCode extension version 0.7.0 (#2518)

This commit is contained in:
Brandon Waterloo [MSFT] 2023-07-12 14:23:10 -04:00 коммит произвёл GitHub
Родитель d31b8d577a
Коммит 8329972a40
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 20257 добавлений и 11257 удалений

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

@ -1,14 +1,16 @@
# Release History
## 0.7.0-alpha.1 (Unreleased)
## 0.7.0 (2023-07-12)
### Features Added
### Breaking Changes
- [[#2396]](https://github.com/Azure/azure-dev/pull/2396) Diagnostics have been added for `azure.yaml` files for when a path referenced as a project does not exist.
- [[#2447]](https://github.com/Azure/azure-dev/pull/2447) An experience has been added to easily rename project paths referenced in `azure.yaml`.
- [[#2448]](https://github.com/Azure/azure-dev/pull/2448) Services can be added to `azure.yaml` by dragging a folder and then holding `Shift` dropping it into `azure.yaml`.
### Bugs Fixed
### Other Changes
- [[#2504]](https://github.com/Azure/azure-dev/pull/2504) Fixed an issue where the "Azure Developer CLI (azd): Initialize App (init)" command would fail on Windows when executed immediately after installing AZD.
## 0.6.0 (2023-05-17)

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,12 +1,12 @@
{
"name": "azure-dev",
"version": "0.7.0-alpha.1",
"version": "0.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "azure-dev",
"version": "0.7.0-alpha.1",
"version": "0.7.0",
"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.7.0-alpha.1",
"version": "0.7.0",
"license": "MIT",
"icon": "resources/icon.png",
"preview": true,