From b20f1d97222bc24d7d11f4b3f027c5ceb3253cfd Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:24:00 -0700 Subject: [PATCH] PAC version bump (#722) --- README.md | 4 ++-- gulpfile.mjs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 102bdfc3..fca0f990 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Installing this extension will also make the latest Power Platform CLI (aka pac) ## Release Notes -2.0.10: - - pac CLI 1.27.5 (Auguest refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +2.0.11: + - pac CLI 1.27.6 (Auguest refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - (Preview) Added 'Copilot in Power Pages' to Web Extension 2.0.7: diff --git a/gulpfile.mjs b/gulpfile.mjs index 50399608..b58c690f 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -368,7 +368,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.27.5'; +const cliVersion = '1.27.6'; const recompile = gulp.series( clean,