Skip to content

Conversation

@lbussell
Copy link
Member

Related: #6830

The product version calculation for Aspire Dashboard introduced in #6726 was slightly incorrect. This PR fixes it.

Before this change:

    "aspire-dashboard|build-version": "13.1.0-preview.1.25568.1",
    "aspire-dashboard|product-version": "13.1.0-preview.1.25568.1",
    "aspire-dashboard|fixed-tag": "13.1.0-preview.1.25568.1",
    "aspire-dashboard|minor-tag": "13.1",

After this change:

    "aspire-dashboard|build-version": "13.1.0-preview.1.25568.1",
    "aspire-dashboard|product-version": "13.1.0",
    "aspire-dashboard|fixed-tag": "13.1.0",
    "aspire-dashboard|minor-tag": "13.1",

@lbussell lbussell merged commit 02b04f9 into dotnet:nightly Nov 19, 2025
7 checks passed
@lbussell lbussell deleted the fix-aspire-product-ver branch November 19, 2025 14:47
@lbussell lbussell added the needs-backport PR that should be backported to another branch label Dec 3, 2025
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-backport PR that should be backported to another branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants