From 1706bea1216591047202b58f3c493d8d92d610c3 Mon Sep 17 00:00:00 2001 From: David JENNI Date: Thu, 23 Jun 2022 15:31:31 -0700 Subject: [PATCH] update to latest pac CLI 1.16.6 (#216) Co-authored-by: davidjen@DAVIDJEN-DEV --- README.md | 4 ++-- gulpfile.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95c66414..608fdbba 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ 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.15: - - pac CLI 1.16.5 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +1.0.16: + - pac CLI 1.16.6 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - the Power Platform panel now supports the new UNIVERSAL authentication kind that pac CLI 1.16.x introduced 1.0.9: diff --git a/gulpfile.js b/gulpfile.js index f4681888..45f5c77d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -218,7 +218,7 @@ async function snapshot() { process.chdir(orgDir); } } -const cliVersion = '1.16.5'; +const cliVersion = '1.16.6'; const recompile = gulp.series( clean,