Skip to content

Bump VS Code extension version from 1.0.3 to 1.0.4 - #14860

Merged
Adam Ratzman (adamint) merged 1 commit into
microsoft:release/13.2from
adamint:copilot-worktree-2026-03-02T22-07-09
Mar 2, 2026
Merged

Bump VS Code extension version from 1.0.3 to 1.0.4#14860
Adam Ratzman (adamint) merged 1 commit into
microsoft:release/13.2from
adamint:copilot-worktree-2026-03-02T22-07-09

Conversation

@adamint

Copy link
Copy Markdown
Member

Description

Bumps the VS Code extension package.json version from 1.0.3 to 1.0.4.

Fixes # (issue)

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
CopilotAI review requested due to automatic review settings March 2, 2026 22:20
@github-actions

Copy link
Copy Markdown
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/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14860

Or

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

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the Aspire VS Code extension’s published version in extension/package.json from 1.0.3 to 1.0.4, which is used by the extension packaging pipeline to produce versioned VSIX artifacts.

Changes:

  • Update VS Code extension package.json version to 1.0.4.

"description": "%extension.description%",
"publisher": "microsoft-aspire",
"version": "1.0.3",
"version": "1.0.4",

CopilotAIMar 2, 2026

Copy link

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 root package version set to 1.0.3 (top-level "version" and packages[""].version). This leaves the repo in an inconsistent state for anyone using npm-based workflows; please update or regenerate the lockfile (or remove it if it's intentionally unused).

Suggested change
"version": "1.0.4",
"version": "1.0.3",

Copilot uses AI. Check for mistakes.
"description": "%extension.description%",
"publisher": "microsoft-aspire",
"version": "1.0.3",
"version": "1.0.4",

CopilotAIMar 2, 2026

Copy link

Choose a reason for hiding this comment

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

PR description includes a placeholder “Fixes # (issue)”. Please either link the actual issue/PR being fixed or remove this line so release notes/auto-linking don’t end up with an invalid reference.

Copilot uses AI. Check for mistakes.
@adamint
Adam Ratzman (adamint) enabled auto-merge (squash) March 2, 2026 22:29
@adamint
Adam Ratzman (adamint) merged commit d0dd605 into microsoft:release/13.2Mar 2, 2026
350 of 351 checks passed
@dotnet-policy-servicedotnet-policy-serviceBot added this to the 13.2 milestone Mar 2, 2026
Mitch Denny (mitchdenny) pushed a commit that referenced this pull request Mar 5, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
CopilotAI pushed a commit that referenced this pull request Mar 10, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Apr 2, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@adamint@radical