We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bb60d commit b20f1d9Copy full SHA for b20f1d9
2 files changed
README.md
@@ -20,8 +20,8 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
20
21
## Release Notes
22
23
-2.0.10:
24
- - 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/))
25
- (Preview) Added 'Copilot in Power Pages' to Web Extension
26
27
2.0.7:
gulpfile.mjs
@@ -368,7 +368,7 @@ async function snapshot() {
368
}
369
370
const feedName = 'CAP_ISVExp_Tools_Stable';
371
-const cliVersion = '1.27.5';
+const cliVersion = '1.27.6';
372
373
const recompile = gulp.series(
374
clean,
0 commit comments