Increment version of extension to rerun package and publish (#584)

* Increment version

* Pull the vsce version

* Update changelog
This commit is contained in:
Mariana Mihova 2021-07-15 16:46:08 -07:00 коммит произвёл GitHub
Родитель 6d33ebaba3
Коммит a6b5a41997
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 1 удалений

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

@ -16,6 +16,7 @@ before_install:
install:
- npm install
- npm install -g vsce
- npm list -g vsce
script:
- npm run tslint
- npm run compile

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

@ -1,4 +1,8 @@
# Change Log
## 1.24.2 - 2021-7-15
### Changed
* Enumerate vsce version in release pipeline
## 1.24.1 - 2021-6-4
### Changed
* Allow user to specify the version of iotedgehubdev through IOTEDGEHUBDEV_VERSION environment variable

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

@ -2,7 +2,7 @@
"name": "azure-iot-edge",
"displayName": "Azure IoT Edge",
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Develop, deploy, debug, and manage your IoT Edge solution.",
"version": "1.24.1",
"version": "1.24.2",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",