update extensin version to 0.2.0 (#122)
* update extensin version to 0.2.0 * Update CHANGELOG.md
This commit is contained in:
Родитель
14f512393b
Коммит
ee4043fc7a
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче