Co-authored-by: david@DAVID-PC <davidjen@microsoft.com>
This commit is contained in:
Родитель
65eb7dedc0
Коммит
7098218c49
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче