From 494f3192c972a3a03978f7f5a89d842ae4efbeea Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:35:28 -0800 Subject: [PATCH] PAC v1.30.5 version bump (#820) * PAC v1.30.4 version bump * 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 af60289dd..ee35a9ffa 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/)) +## 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 e5a925aa6..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.3'; +const cliVersion = '1.30.5'; const recompile = gulp.series( clean,