From 48e9ee39b5f3da48ad07cc6dfdb5146822bb3b6e Mon Sep 17 00:00:00 2001 From: David JENNI <3200210+davidjenni@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:59:57 -0700 Subject: [PATCH] August refresh (#289) * August refresh * set version ignoring git tags * latest pac CLI Co-authored-by: davidjen@DAVIDJEN-DEV --- README.md | 4 ++++ gulpfile.js | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fe8d76b..151528e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gulpfile.js b/gulpfile.js index bbed228e..42ce158b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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, diff --git a/package.json b/package.json index 0143dd72..7e1d745f 100644 --- a/package.json +++ b/package.json @@ -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",