From f7fa9fd86f36c2681525d68e176514409961a5c9 Mon Sep 17 00:00:00 2001 From: David JENNI Date: Wed, 22 Jun 2022 11:41:51 -0700 Subject: [PATCH] May refresh 1.16.x (#212) Co-authored-by: davidjen@DAVIDJEN-DEV --- README.md | 5 +++-- gulpfile.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f14b4ff..95c66414 100644 --- a/README.md +++ b/README.md @@ -11,8 +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.14: - - pac CLI 1.16.4 (May refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +1.0.15: + - pac CLI 1.16.5 (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: - pac CLI 1.15.3 (April refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) diff --git a/gulpfile.js b/gulpfile.js index c13dadbd..f4681888 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -218,7 +218,7 @@ async function snapshot() { process.chdir(orgDir); } } -const cliVersion = '1.16.4'; +const cliVersion = '1.16.5'; const recompile = gulp.series( clean,