Skip to content

Commit 91f0013

Browse files
Fix version numbers (#9850)
Fix `version` being the same as `version-display`, instead of the actual version.
1 parent aed98fb commit 91f0013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: release-notes/10.0/releases.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"security": false,
1515
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview3/10.0.0-preview.3.md",
1616
"runtime": {
17-
"version": "10.0.0-preview.3",
17+
"version": "10.0.0-preview.3.25171.5",
1818
"version-display": "10.0.0-preview.3",
1919
"vs-version": "",
2020
"vs-mac-version": "",
@@ -430,7 +430,7 @@
430430
}
431431
],
432432
"aspnetcore-runtime": {
433-
"version": "10.0.0-preview.3",
433+
"version": "10.0.0-preview.3.25172.1",
434434
"version-display": "10.0.0-preview.3",
435435
"version-aspnetcoremodule": [
436436
"20.0.25082.0"
@@ -663,7 +663,7 @@
663663
]
664664
},
665665
"windowsdesktop": {
666-
"version": "10.0.0-preview.3",
666+
"version": "10.0.0-preview.3.25174.1",
667667
"version-display": "10.0.0-preview.3",
668668
"files": [
669669
{

0 commit comments

Comments
 (0)