This commit is contained in:
Crash Collison 2023-04-25 09:52:16 -07:00 коммит произвёл GitHub
Родитель 6335280996
Коммит 7e31a1f377
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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.1.25:
- pac CLI 1.22.4 (see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
1.1.24:
- hotfix to pac CLI 1.22.3 for `pac solution unpack` placing AppModule files in invalid directory

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

@ -359,7 +359,7 @@ async function snapshot() {
}
const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.22.3';
const cliVersion = '1.22.4';
const recompile = gulp.series(
clean,