From fb074683357dda6f1f9fbc23d44be159814623c2 Mon Sep 17 00:00:00 2001 From: "david@DAVID-PC" Date: Thu, 6 Oct 2022 10:59:09 -0700 Subject: [PATCH] Sept refresh: pac CLI 1.19.x --- .vscode/settings.json | 5 +++-- README.md | 4 ++++ gulpfile.js | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 309a2b94..b2b9fa13 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "nupkg", "powerapps", "powerplatform" - ] -} \ No newline at end of file + ], + "sarif-viewer.connectToGithubCodeScanning": "off" +} diff --git a/README.md b/README.md index 151528e6..b05e66ce 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ 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.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: - pac CLI 1.18.3 (Aug refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - added support for Power Pages editing when hosted in vscode.dev (running as web extension, no pac CLI supported) diff --git a/gulpfile.js b/gulpfile.js index 5201b7af..d7e00a38 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -292,7 +292,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.18.4'; +const cliVersion = '1.19.3'; const recompile = gulp.series( clean,