Co-authored-by: david@DAVID-PC <davidjen@microsoft.com>
This commit is contained in:
David JENNI 2022-08-12 16:30:53 -07:00 коммит произвёл GitHub
Родитель 65eb7dedc0
Коммит 7098218c49
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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.21:
- hotfix in pac CLI `pac paportal *` for #255
1.0.20:
- PCF control debugging support in VS Code's debugger;
see for early details: https://github.com/microsoft/powerplatform-vscode/pull/231

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

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