Skip to content

Commit

Permalink
PAC version bump (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor authored Sep 20, 2023
1 parent 28bb60d commit b20f1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b20f1d9

Please sign in to comment.