Skip to content

Commit

Permalink
Merge branch 'main' into users/ramukaritik/compile-copresence-worker-…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
tyaginidhi authored Oct 20, 2023
2 parents ebae3ef + 058f382 commit e9bfbfa
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.12:
- pac CLI 1.28.2 (September refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
2.0.13:
- pac CLI 1.28.3 (September refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Web Extension updates:
- Now Supporting image edit capability using Vscode extensions for Image editing (supported file extensions are png, jpg, webp, bmp, tga, ico, dib, jif, jpe, tpic, jpe, jpeg) #733
- File explorer now supports Power Pages actions for "Going back to Power pages Studio" and "Preview" of site's runtime instance. #697
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ async function snapshot() {
}

const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.28.2';
const cliVersion = '1.28.3';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit e9bfbfa

Please sign in to comment.