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,