From 8a89071e55fccd77faf3f7c5412ed92ca1ba9253 Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:37:15 -0800 Subject: [PATCH 1/2] PAC v1.30.4 version bump --- CHANGELOG.md | 2 +- gulpfile.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af60289dd..252e02cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - Power Platform Extension ## NEXTRELEASE - - pac CLI 1.30.3, (January 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) + - pac CLI 1.30.4, (January 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - Moved release notes to *CHANGELOG.md* file, per VS Code's [Marketplace integration](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#marketplace-integration) guidelines. ## 2.0.25 diff --git a/gulpfile.mjs b/gulpfile.mjs index e5a925aa6..d0c40af52 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -336,7 +336,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.30.3'; +const cliVersion = '1.30.4'; const recompile = gulp.series( clean, From 55847e44f3a267bd620998979fd9fd3ea3e91fdd Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:19:44 +0000 Subject: [PATCH 2/2] Another version bump; prepped release notes --- CHANGELOG.md | 4 ++-- gulpfile.mjs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252e02cef..ee35a9ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - Power Platform Extension -## NEXTRELEASE - - pac CLI 1.30.4, (January 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +## 2.0.27 + - pac CLI 1.30.5, (January 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) - Moved release notes to *CHANGELOG.md* file, per VS Code's [Marketplace integration](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#marketplace-integration) guidelines. ## 2.0.25 diff --git a/gulpfile.mjs b/gulpfile.mjs index d0c40af52..76321129d 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -336,7 +336,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.30.4'; +const cliVersion = '1.30.5'; const recompile = gulp.series( clean,