From 4ce07acc6088c72f14b4e25a33b1084bfa86d155 Mon Sep 17 00:00:00 2001 From: "davidjen@DAVIDJENDEV" Date: Tue, 15 Nov 2022 13:21:30 -0800 Subject: [PATCH] [rel/stable] pick up latest pac CLI 1.20.3 with paportal list fix cherry pick of #351 Co-authored-by: davidjen@DAVIDJENDEV --- README.md | 7 ++----- gulpfile.js | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 45997a3e..70c2a8b6 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,11 @@ 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.8: - - pac CLI 1.20.2 (Oct refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +1.1.9: + - pac CLI 1.20.3 (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) 1.1.2: diff --git a/gulpfile.js b/gulpfile.js index bd01639e..f50cad3b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -334,7 +334,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.20.2'; +const cliVersion = '1.20.3'; const recompile = gulp.series( clean,