update extensin version to 0.2.0 (#122)

* update extensin version to 0.2.0

* Update CHANGELOG.md
This commit is contained in:
giakas 2021-10-28 10:13:23 -07:00 коммит произвёл GitHub
Родитель 14f512393b
Коммит ee4043fc7a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 6 удалений

13
.vscode/settings.json поставляемый
Просмотреть файл

@ -7,10 +7,7 @@
"importSorter.importStringConfiguration.quoteMark": "double",
"importSorter.importStringConfiguration.numberOfEmptyLinesAfterAllImports": 1,
"importSorter.sortConfiguration.customOrderingRules.defaultNumberOfEmptyLinesAfterGroup": 0,
"cSpell.words": [
"enablement",
"localizable"
],
"cSpell.words": ["enablement", "localizable"],
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.renderWhitespace": "all",
"editor.formatOnSave": true,
@ -20,5 +17,11 @@
"editor.codeActionsOnSave": {
"source.fixAll": false
},
"turboConsoleLog.addSemicolonInTheEnd": true
"turboConsoleLog.addSemicolonInTheEnd": true,
"markdownlint.config": {
"MD028": false,
"MD025": {
"front_matter_title": ""
}
}
}

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

@ -1,5 +1,10 @@
# Azure Video Analyzer VSCode extension release notes
## Changes in 0.2.0
- Support 1.1 version of Azure Video Analyzer Edge module
- Added support for Remote Device Adapter configuration for ingesting video in a private network
## Changes in 0.1.6
Fixed a bug where the node name in the properties panel would not update when directly selecting a node after another.

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

@ -2,7 +2,7 @@
"name": "azure-video-analyzer",
"displayName": "Azure Video Analyzer",
"description": "%extensionDescription%",
"version": "0.1.8",
"version": "0.2.0",
"publisher": "ms-azuretools",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/Azure/video-analyzer-vscode-extension",