Skip to content

Commit

Permalink
PAC v1.30.6 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor committed Feb 1, 2024
1 parent 494f319 commit 22302b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log - Power Platform Extension

## 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/))
## 2.0.28
- pac CLI 1.30.6, (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
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ async function snapshot() {
}

const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.30.5';
const cliVersion = '1.30.6';

const recompile = gulp.series(
clean,
Expand Down

0 comments on commit 22302b4

Please sign in to comment.