Skip to content

Fix .NET 10.0.3 VS metadata typo - #10534

Draft
Benziza wants to merge 1 commit into
dotnet:mainfrom
Benziza:fix-dotnet-10.0.3-vs-metadata
Draft

Fix .NET 10.0.3 VS metadata typo#10534
Benziza wants to merge 1 commit into
dotnet:mainfrom
Benziza:fix-dotnet-10.0.3-vs-metadata

Conversation

@Benziza

@Benziza Benziza commented Aug 14, 2026

Copy link
Copy Markdown

Summary

Correct a malformed Visual Studio version in the .NET 10.0.3 per-release metadata:

18.3..0 -> 18.3.0

Why

The per-release release.json contains a typo, while the aggregate release-notes/10.0/releases.json and the SDK metadata for the same release already contain 18.3.0. The malformed value is also exposed by the published per-release metadata endpoints.

Validation

  • Parsed both JSON files successfully.
  • Confirmed the corrected runtime vs-version matches the .NET 10.0.3 aggregate entry.
  • Verified that the change contains one insertion and one deletion in a single file.

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.

1 participant