From 37346ba1a83ca19b1c09eb1611b06cde91372c38 Mon Sep 17 00:00:00 2001 From: David JENNI Date: Fri, 13 May 2022 14:25:43 -0700 Subject: [PATCH] update to latest pac CLI 1.15.3 (#196) Co-authored-by: david@DAVID-PC --- README.md | 3 +++ gulpfile.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef67cf29..99f15f11 100644 --- a/README.md +++ b/README.md @@ -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.9: + - pac CLI 1.15.3 (April refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + 1.0.5: - pac CLI 1.14.4 (March refresh QFE: pac admin backup: --notes parameter deprecated) diff --git a/gulpfile.js b/gulpfile.js index e038dc2c..8c7f462f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -218,7 +218,7 @@ async function snapshot() { process.chdir(orgDir); } } -const cliVersion = '1.15.2'; +const cliVersion = '1.15.3'; const recompile = gulp.series( clean,