Skip to content

Commit b20f1d9

Browse files
authored
PAC version bump (#722)
1 parent 28bb60d commit b20f1d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
2020

2121
## Release Notes
2222

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/))
23+
2.0.11:
24+
- pac CLI 1.27.6 (Auguest refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
2525
- (Preview) Added 'Copilot in Power Pages' to Web Extension
2626

2727
2.0.7:

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ async function snapshot() {
368368
}
369369

370370
const feedName = 'CAP_ISVExp_Tools_Stable';
371-
const cliVersion = '1.27.5';
371+
const cliVersion = '1.27.6';
372372

373373
const recompile = gulp.series(
374374
clean,

0 commit comments

Comments
 (0)