Skip to content

Bump extension version to 1.0.7#15554

Merged
adamint merged 1 commit intomicrosoft:mainfrom
adamint:dev/adamint/bump-extension-1.0.7
Mar 24, 2026
Merged

Bump extension version to 1.0.7#15554
adamint merged 1 commit intomicrosoft:mainfrom
adamint:dev/adamint/bump-extension-1.0.7

Conversation

@adamint
Copy link
Member

@adamint adamint commented Mar 24, 2026

Prepping for release

Copilot AI review requested due to automatic review settings March 24, 2026 22:17
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15554

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15554"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the VS Code extension’s published version to align with the next release of the Aspire extension package.

Changes:

  • Update extension/package.json version from 1.0.6 to 1.0.7.

"description": "%extension.description%",
"publisher": "microsoft-aspire",
"version": "1.0.6",
"version": "1.0.7",
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extension version was bumped in package.json, but extension/package-lock.json still has the top-level "version" set to 1.0.3. Since CI runs npm install for the extension, this mismatch can cause npm to rewrite the lockfile locally/CI, leading to a perpetually dirty lockfile and less reproducible installs. Please update the lockfile (regenerate with npm so the lock metadata matches 1.0.7) or remove package-lock.json if the repo intends to rely on yarn.lock only.

Copilot uses AI. Check for mistakes.
@adamint adamint merged commit fdf0f62 into microsoft:main Mar 24, 2026
254 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants