Change publisher from "PeterJausovec" to "ms-azuretools" (#1009)
* Change publisher from "PeterJausovec" to "ms-azuretools" * Copy changelog and version bump from 0.6.4 release
This commit is contained in:
Родитель
147125dabe
Коммит
c0585ef0b2
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## 0.6.4 - 19 June 2019
|
||||
|
||||
### Fixed
|
||||
* Mitigate error "command 'vscode-docker.images.selectGroupBy' already exists" [#1008](https://github.com/microsoft/vscode-docker/issues/1008)
|
||||
|
||||
## 0.6.3 - 18 June 2019
|
||||
|
||||
### Changed
|
||||
* Changed publisher from "PeterJausovec" to "ms-azuretools"
|
||||
|
||||
## 0.6.2 - 2 May 2019
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Docker Support for Visual Studio Code
|
||||
|
||||
[![Version](https://vsmarketplacebadge.apphb.com/version/PeterJausovec.vscode-docker.svg)](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/PeterJausovec.vscode-docker.svg)](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) [![Build Status](https://dev.azure.com/ms-azuretools/AzCode/_apis/build/status/vscode-docker)](https://dev.azure.com/ms-azuretools/AzCode/_build/latest?definitionId=8)
|
||||
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-azuretools.vscode-docker.svg)](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-azuretools.vscode-docker.svg)](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) [![Build Status](https://dev.azure.com/ms-azuretools/AzCode/_apis/build/status/vscode-docker)](https://dev.azure.com/ms-azuretools/AzCode/_build/latest?definitionId=8)
|
||||
|
||||
The Docker extension makes it easy to build, manage and deploy containerized applications from Visual Studio Code, for example:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "0.6.3-alpha",
|
||||
"version": "0.6.5-alpha",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "0.6.3-alpha",
|
||||
"version": "0.6.5-alpha",
|
||||
"preview": true,
|
||||
"publisher": "PeterJausovec",
|
||||
"publisher": "ms-azuretools",
|
||||
"displayName": "Docker",
|
||||
"description": "Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
|
|
Загрузка…
Ссылка в новой задаче