Skip to content

Commit

Permalink
update to March refresh: pac CLI 1.4.x (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: davidjen@DAVIDJEN-DEV <[email protected]>
  • Loading branch information
davidjenni and davidjen@DAVIDJEN-DEV authored Apr 6, 2022
1 parent 97b5db1 commit 8e65f77
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.4:
- pac CLI 1.14.1 (March refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))

1.0.2:
- pac CLI 1.13.6 (February refresh plus 2 fixes, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))

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.13.6';
const cliVersion = '1.14.2';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit 8e65f77

Please sign in to comment.