Skip to content

Commit

Permalink
August refresh (#289)
Browse files Browse the repository at this point in the history
* August refresh

* set version ignoring git tags

* latest pac CLI

Co-authored-by: davidjen@DAVIDJEN-DEV <[email protected]>
  • Loading branch information
davidjenni and davidjen@DAVIDJEN-DEV authored Sep 13, 2022
1 parent 4958e10 commit 48e9ee3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.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)

1.0.21:
- hotfix in pac CLI `pac paportal *` for #255

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.17.5';
const cliVersion = '1.18.3';

const recompile = gulp.series(
clean,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"translations-import": "node node_modules/gulp/bin/gulp.js translationsImport",
"translations-generate": "node node_modules/gulp/bin/gulp.js translationsGenerate",
"set-git-authn": "node node_modules/gulp/bin/gulp.js setGitAuthN",
"increment-version-npm": "npm version %VSIX_VERSION%",
"increment-version-npm": "npm --no-git-tag-version version %VSIX_VERSION%",
"build-grammar": "nearleyc ./src/server/Parser/liquidTagGrammar.ne -o ./src/server/Parser/liquidTagGrammar.js",
"compile-web": "webpack",
"watch-web": "webpack --watch",
Expand Down

0 comments on commit 48e9ee3

Please sign in to comment.