Skip to content

Commit

Permalink
Sept refresh: pac CLI 1.19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
david@DAVID-PC committed Oct 10, 2022
1 parent 422ec8c commit fb07468
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"nupkg",
"powerapps",
"powerplatform"
]
}
],
"sarif-viewer.connectToGithubCodeScanning": "off"
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ 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.1.4:
- pac CLI 1.19.3 (Sept refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- fixes to Power Pages editing when hosted in vscode.dev (running as web extension)

1.1.2:
- pac CLI 1.18.3 (Aug refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- added support for Power Pages editing when hosted in vscode.dev (running as web extension, no pac CLI supported)
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async function snapshot() {
}

const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.18.4';
const cliVersion = '1.19.3';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit fb07468

Please sign in to comment.