From 8e65f7757c1c5298992435f54f2450d65f1668b1 Mon Sep 17 00:00:00 2001 From: David JENNI Date: Wed, 6 Apr 2022 14:18:16 -0700 Subject: [PATCH] update to March refresh: pac CLI 1.4.x (#184) Co-authored-by: davidjen@DAVIDJEN-DEV --- README.md | 3 +++ gulpfile.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33cfc50d..0dbd2c74 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.4: + - pac CLI 1.14.1 (March refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + 1.0.2: - pac CLI 1.13.6 (February refresh plus 2 fixes, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) diff --git a/gulpfile.js b/gulpfile.js index 5aebfda7..375bbaf0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -218,7 +218,7 @@ async function snapshot() { process.chdir(orgDir); } } -const cliVersion = '1.13.6'; +const cliVersion = '1.14.2'; const recompile = gulp.series( clean,