Skip to content

Commit 2145db6

Browse files
committed
Upgrade graph
1 parent b554928 commit 2145db6

File tree

23 files changed

+258
-91
lines changed

23 files changed

+258
-91
lines changed
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
3+
"kind": "patch-version-index",
4+
"title": ".NET 10.0.1 Patch Index",
5+
"version": "10.0.1",
6+
"date": "2025-12-09T00:00:00\u002B00:00",
7+
"support_phase": "active",
8+
"security": false,
9+
"cve_count": 0,
10+
"sdk_release": "10.0.101",
11+
"sdk_feature_bands": [
12+
"10.0.101"
13+
],
14+
"_links": {
15+
"self": {
16+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json"
17+
},
18+
"prev": {
19+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json",
20+
"title": "Patch index"
21+
},
22+
"prev-security": {
23+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
24+
"title": "Latest security patch"
25+
},
26+
"latest-sdk": {
27+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
28+
"title": "SDK index"
29+
},
30+
"release-major": {
31+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
32+
"title": "Major version index"
33+
},
34+
"release-month": {
35+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
36+
"title": "Release month index"
37+
},
38+
"releases-index": {
39+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
40+
"title": "Release index"
41+
},
42+
"release-json": {
43+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/release.json",
44+
"title": "10.0.1 Release Information",
45+
"type": "application/json"
46+
},
47+
"release-notes-markdown": {
48+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/10.0.1.md",
49+
"title": "Release Notes",
50+
"type": "application/markdown"
51+
},
52+
"release-notes-markdown-rendered": {
53+
"href": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.1/10.0.1.md",
54+
"title": "Release Notes (Rendered)",
55+
"type": "application/markdown"
56+
}
57+
},
58+
"_embedded": {
59+
"sdk_release": {
60+
"version": "10.0.101",
61+
"band": "10.0.1xx",
62+
"date": "2025-12-09T00:00:00\u002B00:00",
63+
"label": ".NET SDK 10.0.1xx",
64+
"support_phase": "active",
65+
"_links": {
66+
"release-month": {
67+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
68+
"title": "Release month index"
69+
},
70+
"release-patch": {
71+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
72+
"title": "10.0.1"
73+
},
74+
"downloads": {
75+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
76+
"title": ".NET SDK 10.0.1xx Downloads",
77+
"type": "application/json"
78+
}
79+
}
80+
},
81+
"sdk_feature_bands": [
82+
{
83+
"version": "10.0.101",
84+
"band": "10.0.1xx",
85+
"date": "2025-12-09T00:00:00\u002B00:00",
86+
"label": ".NET SDK 10.0.1xx",
87+
"support_phase": "active",
88+
"_links": {
89+
"release-month": {
90+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
91+
"title": "Release month index"
92+
},
93+
"release-patch": {
94+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
95+
"title": "10.0.1"
96+
},
97+
"downloads": {
98+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
99+
"title": ".NET SDK 10.0.1xx Downloads",
100+
"type": "application/json"
101+
}
102+
}
103+
}
104+
]
105+
}
106+
}

release-notes/10.0/index.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"kind": "major-version-index",
44
"title": ".NET 10.0 Release Index",
55
"target_framework": "net10.0",
6-
"latest": "10.0.0",
6+
"latest": "10.0.1",
77
"latest_security": "10.0.0-rc.2",
88
"release_type": "lts",
99
"support_phase": "active",
@@ -19,7 +19,7 @@
1919
"title": ".NET 10.0 Downloads"
2020
},
2121
"latest": {
22-
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json",
22+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
2323
"title": "Latest patch"
2424
},
2525
"latest-sdk": {
@@ -44,8 +44,8 @@
4444
"type": "application/json"
4545
},
4646
"latest-release-json": {
47-
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/release.json",
48-
"title": "Latest release information (10.0.0)",
47+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/release.json",
48+
"title": "Latest release information (10.0.1)",
4949
"type": "application/json"
5050
},
5151
"target-frameworks-json": {
@@ -56,6 +56,25 @@
5656
},
5757
"_embedded": {
5858
"releases": [
59+
{
60+
"version": "10.0.1",
61+
"date": "2025-12-09T00:00:00\u002B00:00",
62+
"year": "2025",
63+
"month": "12",
64+
"security": false,
65+
"cve_count": 0,
66+
"support_phase": "active",
67+
"sdk_release": "10.0.101",
68+
"_links": {
69+
"self": {
70+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json"
71+
},
72+
"release-month": {
73+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
74+
"title": "Release month index"
75+
}
76+
}
77+
},
5978
{
6079
"version": "10.0.0",
6180
"date": "2025-11-11T00:00:00\u002B00:00",

release-notes/10.0/sdk/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"kind": "sdk-index",
44
"version": "10.0",
55
"title": ".NET SDK 10.0",
6-
"latest": "10.0.100-rc.2.25502.107",
6+
"latest": "10.0.101",
77
"latest_security": "10.0.100-rc.2.25502.107",
88
"latest_feature_band": "10.0.xx",
99
"_links": {
@@ -22,18 +22,18 @@
2222
"_embedded": {
2323
"feature_bands": [
2424
{
25-
"version": "10.0.100-rc.2.25502.107",
25+
"version": "10.0.101",
2626
"band": "10.0.xx",
27-
"date": "2025-10-14T00:00:00-08:00",
27+
"date": "2025-12-09T00:00:00-08:00",
2828
"label": ".NET SDK 10.0.xx",
2929
"support_phase": "active",
3030
"_links": {
3131
"release-month": {
32-
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
32+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
3333
"title": "Release month index"
3434
},
3535
"release-patch": {
36-
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
36+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
3737
"title": "Patch index"
3838
},
3939
"downloads": {

release-notes/8.0/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"title": "Linux Packages (Rendered)",
3434
"type": "text/html"
3535
},
36+
"os-packages-json": {
37+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/os-packages.json",
38+
"title": "OS Packages",
39+
"type": "application/json"
40+
},
3641
"release-blog-rendered": {
3742
"href": "https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/",
3843
"title": "Announcing .NET 8",

release-notes/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"title": ".NET Release Timeline Index"
2323
},
2424
"llms-txt": {
25-
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/reference.md",
26-
"title": "LLM Quick Reference",
27-
"type": "text/markdown"
25+
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms.txt",
26+
"title": "READ FIRST: AI navigation guide (links to full reference)",
27+
"type": "text/plain"
2828
}
2929
},
3030
"_embedded": {

release-notes/timeline/2023/11/index.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@
120120
"title": ".NET Denial of Service Vulnerability",
121121
"_links": {
122122
"self": {
123-
"href": "https://github.com/dotnet/announcements/issues/286",
124-
"title": "CVE-2023-36038"
123+
"href": "https://github.com/dotnet/announcements/issues/286"
125124
}
126125
},
127126
"fixes": [
@@ -151,8 +150,7 @@
151150
"title": ".NET Elevation of Privilege Vulnerability",
152151
"_links": {
153152
"self": {
154-
"href": "https://github.com/dotnet/announcements/issues/287",
155-
"title": "CVE-2023-36049"
153+
"href": "https://github.com/dotnet/announcements/issues/287"
156154
}
157155
},
158156
"fixes": [
@@ -198,8 +196,7 @@
198196
"title": ".NET Security Feature Bypass Vulnerability",
199197
"_links": {
200198
"self": {
201-
"href": "https://github.com/dotnet/announcements/issues/288",
202-
"title": "CVE-2023-36558"
199+
"href": "https://github.com/dotnet/announcements/issues/288"
203200
}
204201
},
205202
"fixes": [

release-notes/timeline/2024/01/index.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
"title": "Microsoft.Data.SqlClient and System.Data.SqlClient SQL Data provider Information Disclosure Vulnerability",
124124
"_links": {
125125
"self": {
126-
"href": "https://github.com/dotnet/announcements/issues/292",
127-
"title": "CVE-2024-0056"
126+
"href": "https://github.com/dotnet/announcements/issues/292"
128127
}
129128
},
130129
"fixes": [
@@ -151,8 +150,7 @@
151150
"title": ".NET Security Feature Bypass Vulnerability",
152151
"_links": {
153152
"self": {
154-
"href": "https://github.com/dotnet/announcements/issues/291",
155-
"title": "CVE-2024-0057"
153+
"href": "https://github.com/dotnet/announcements/issues/291"
156154
}
157155
},
158156
"fixes": [
@@ -198,8 +196,7 @@
198196
"title": ".NET Denial of Service Vulnerability",
199197
"_links": {
200198
"self": {
201-
"href": "https://github.com/dotnet/announcements/issues/290",
202-
"title": "CVE-2024-21319"
199+
"href": "https://github.com/dotnet/announcements/issues/290"
203200
}
204201
},
205202
"fixes": [

release-notes/timeline/2024/02/index.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
"title": ".NET Denial of Service Vulnerability",
142142
"_links": {
143143
"self": {
144-
"href": "https://github.com/dotnet/announcements/issues/295",
145-
"title": "CVE-2024-21386"
144+
"href": "https://github.com/dotnet/announcements/issues/295"
146145
}
147146
},
148147
"fixes": [
@@ -188,8 +187,7 @@
188187
"title": ".NET Denial of Service Vulnerability",
189188
"_links": {
190189
"self": {
191-
"href": "https://github.com/dotnet/announcements/issues/296",
192-
"title": "CVE-2024-21404"
190+
"href": "https://github.com/dotnet/announcements/issues/296"
193191
}
194192
},
195193
"fixes": [

release-notes/timeline/2024/03/index.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137
"title": "Microsoft QUIC Denial of Service Vulnerability",
138138
"_links": {
139139
"self": {
140-
"href": "https://github.com/dotnet/announcements/issues/300",
141-
"title": "CVE-2024-26190"
140+
"href": "https://github.com/dotnet/announcements/issues/300"
142141
}
143142
},
144143
"fixes": [
@@ -176,8 +175,7 @@
176175
"title": ".NET Denial of Service Vulnerability",
177176
"_links": {
178177
"self": {
179-
"href": "https://github.com/dotnet/announcements/issues/299",
180-
"title": "CVE-2024-21392"
178+
"href": "https://github.com/dotnet/announcements/issues/299"
181179
}
182180
},
183181
"fixes": [

release-notes/timeline/2024/04/index.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137
"title": ".NET Elevation of Privilege Vulnerability",
138138
"_links": {
139139
"self": {
140-
"href": "https://github.com/dotnet/announcements/issues/303",
141-
"title": "CVE-2024-21409"
140+
"href": "https://github.com/dotnet/announcements/issues/303"
142141
}
143142
},
144143
"fixes": [

0 commit comments

Comments
 (0)