diff --git a/README.md b/README.md index b05e66ce..4a33c65e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ 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.7: + - pac CLI 1.20.1 (Oct refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + +1.1.4: + - pac CLI 1.19.4 (QFE for Sept refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + 1.1.4: - pac CLI 1.19.3 (Sept refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - fixes to Power Pages editing when hosted in vscode.dev (running as web extension) diff --git a/gulpfile.js b/gulpfile.js index 7bce99a7..74920511 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -334,7 +334,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.19.3'; +const cliVersion = '1.20.1'; const recompile = gulp.series( clean,