Skip to content

Commit

Permalink
update to latest pac CLI 1.15.3 (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: david@DAVID-PC <[email protected]>
  • Loading branch information
davidjenni and david@DAVID-PC authored May 13, 2022
1 parent 0e51a7e commit 37346ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true)

## Release Notes
1.0.9:
- pac CLI 1.15.3 (April refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))

1.0.5:
- pac CLI 1.14.4 (March refresh QFE: pac admin backup: --notes parameter deprecated)

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function snapshot() {
process.chdir(orgDir);
}
}
const cliVersion = '1.15.2';
const cliVersion = '1.15.3';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit 37346ba

Please sign in to comment.