Skip to content

Bump VS Code extension version from 1.0.3 to 1.0.4#14860

Merged
adamint merged 1 commit intodotnet: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
adamint merged 1 commit intodotnet:release/13.2from
adamint:copilot-worktree-2026-03-02T22-07-09

Conversation

@adamint
Copy link
Member

@adamint adamint commented Mar 2, 2026

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>
Copilot AI review requested due to automatic review settings March 2, 2026 22:20
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

🚀 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"

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

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",
Copy link

Copilot AI Mar 2, 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 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",
Copy link

Copilot AI Mar 2, 2026

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 adamint enabled auto-merge (squash) March 2, 2026 22:29
@adamint adamint merged commit d0dd605 into dotnet:release/13.2 Mar 2, 2026
350 of 351 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Mar 2, 2026
mitchdenny pushed a commit that referenced this pull request Mar 5, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI pushed a commit that referenced this pull request Mar 10, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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