зеркало из https://github.com/Azure/azure-dev.git
Update version, changelog, notices for VSCode extension version 0.7.0 (#2518)
This commit is contained in:
Родитель
d31b8d577a
Коммит
8329972a40
|
@ -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)
|
||||
|
||||
|
|
31500
ext/vscode/NOTICE.txt
31500
ext/vscode/NOTICE.txt
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче