Updating PAC Version and release notes (#163)

This commit is contained in:
Crash Collison 2022-02-17 13:00:06 -08:00 коммит произвёл GitHub
Родитель 8097a49410
Коммит 8aff27587c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -15,7 +15,7 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
## Release Notes
0.2.33:
- pac CLI 1.12.1 (February refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- pac CLI 1.12.2 (February refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
0.2.32:
- pac CLI 1.11.8 (Fixes a regression in `pac solution check`)

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

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