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,