Updating PAC Version and release notes (#163)
This commit is contained in:
Родитель
8097a49410
Коммит
8aff27587c
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче