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:
Eric Jizba 2019-06-26 10:21:25 -05:00 коммит произвёл GitHub
Родитель 147125dabe
Коммит c0585ef0b2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 14 добавлений и 4 удалений

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

@ -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:

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

@ -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",