update to March refresh: pac CLI 1.4.x (#184)

Co-authored-by: davidjen@DAVIDJEN-DEV <davidjen@microsoft.com>
This commit is contained in:
David JENNI 2022-04-06 14:18:16 -07:00 коммит произвёл GitHub
Родитель 97b5db160a
Коммит 8e65f7757c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -11,6 +11,9 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true)
## Release Notes
1.0.4:
- pac CLI 1.14.1 (March refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
1.0.2:
- pac CLI 1.13.6 (February refresh plus 2 fixes, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))

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

@ -218,7 +218,7 @@ async function snapshot() {
process.chdir(orgDir);
}
}
const cliVersion = '1.13.6';
const cliVersion = '1.14.2';
const recompile = gulp.series(
clean,