Update URL schema
This commit is contained in:
4
llms.txt
4
llms.txt
@@ -12,7 +12,7 @@ Machine-readable .NET release, CVE, and compatibility data for AI assistants.
|
||||
|
||||
## Entry Point
|
||||
|
||||
https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/llms.json
|
||||
https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/llms.json
|
||||
|
||||
This is the only URL you should call directly. All other URLs must be discovered via `_links["..."].href`.
|
||||
|
||||
@@ -116,4 +116,4 @@ If your count significantly exceeds these, you may be navigating inefficiently.
|
||||
## Schema Reference
|
||||
|
||||
For detailed schema documentation, file types, and advanced patterns:
|
||||
https://raw.githubusercontent.com/dotnet/core/release-index/llms/schema-reference.txt
|
||||
https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/llms/schema-reference.txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 1.0 Release Index",
|
||||
"target_framework": "netcoreapp1.0",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2019-06-27T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.0/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.0/1.0.16/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.0/1.0.16/release.json",
|
||||
"title": "Latest release information (1.0.16)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.0/target-frameworks.json",
|
||||
"title": ".NET 1.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2019",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2019/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2019/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2018",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2018/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2018/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2017",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2017/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2017/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -62,7 +62,7 @@
|
||||
"year": "2016",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2016/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2016/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2019-06-27T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.0/manifest.json"
|
||||
},
|
||||
"downloads-rendered": {
|
||||
"href": "https://dotnet.microsoft.com/download/dotnet/1.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 1.1 Release Index",
|
||||
"target_framework": "netcoreapp1.1",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2019-06-27T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.1/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.1/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.1/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.1/1.1.13/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.1/1.1.13/release.json",
|
||||
"title": "Latest release information (1.1.13)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.1/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.1/target-frameworks.json",
|
||||
"title": ".NET 1.1 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2019",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2019/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2019/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2018",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2018/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2018/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2017",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2017/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2017/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -62,7 +62,7 @@
|
||||
"year": "2016",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2016/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2016/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2019-06-27T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.1/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.1/manifest.json"
|
||||
},
|
||||
"downloads-rendered": {
|
||||
"href": "https://dotnet.microsoft.com/download/dotnet/1.1",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/1.1/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/1.1/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0 Patch Index",
|
||||
"version": "10.0.0",
|
||||
@@ -13,39 +13,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/release.json",
|
||||
"title": "10.0.0 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/10.0.0.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/10.0.0.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -64,15 +64,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json",
|
||||
"title": "10.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -87,15 +87,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json",
|
||||
"title": "10.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.1 Patch Index",
|
||||
"version": "10.0.1",
|
||||
@@ -13,39 +13,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/release.json",
|
||||
"title": "10.0.1 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/10.0.1.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/10.0.1.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -64,15 +64,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"title": "10.0.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -87,15 +87,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"title": "10.0.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "aspnetcore",
|
||||
"version": "10.0",
|
||||
"title": "ASP.NET Core Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/aspnetcore.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/aspnetcore.json",
|
||||
"title": "ASP.NET Core Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": ".NET 10.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-downloads-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-downloads-index.json",
|
||||
"kind": "downloads-index",
|
||||
"version": "10.0",
|
||||
"title": ".NET 10.0 Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": ".NET 10.0"
|
||||
}
|
||||
},
|
||||
@@ -20,7 +20,7 @@
|
||||
"title": ".NET Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/runtime.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/runtime.json",
|
||||
"title": ".NET Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
"title": "ASP.NET Core Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/aspnetcore.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/aspnetcore.json",
|
||||
"title": "ASP.NET Core Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -42,7 +42,7 @@
|
||||
"title": "Windows Desktop Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/windowsdesktop.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/windowsdesktop.json",
|
||||
"title": "Windows Desktop Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -53,12 +53,12 @@
|
||||
"title": ".NET SDK",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk.json",
|
||||
"title": ".NET SDK",
|
||||
"type": "application/json"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": ".NET SDK 10.0"
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,7 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.xx.json",
|
||||
"title": ".NET SDK 10.0.xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "runtime",
|
||||
"version": "10.0",
|
||||
"title": ".NET Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/runtime.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/runtime.json",
|
||||
"title": ".NET Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": ".NET 10.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "10.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "10.0.xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.xx.json",
|
||||
"title": ".NET SDK 10.0.xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": ".NET 10.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": ".NET SDK 10.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "10.0",
|
||||
"title": ".NET SDK Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk.json",
|
||||
"title": ".NET SDK Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": ".NET 10.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": ".NET SDK 10.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "windowsdesktop",
|
||||
"version": "10.0",
|
||||
"title": "Windows Desktop Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/windowsdesktop.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/windowsdesktop.json",
|
||||
"title": "Windows Desktop Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": ".NET 10.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET 10.0 Release Index",
|
||||
"target_framework": "net10.0",
|
||||
@@ -12,44 +12,44 @@
|
||||
"eol_date": "2028-11-14T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": ".NET 10.0 Downloads"
|
||||
},
|
||||
"latest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"title": "Latest patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": ".NET SDK 10.0 Release Information"
|
||||
},
|
||||
"latest-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0-rc.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0-rc.2/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"compatibility-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/compatibility.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/compatibility.json",
|
||||
"title": ".NET 10.0 Compatibility",
|
||||
"type": "application/json"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/release.json",
|
||||
"title": "Latest release information (10.0.1)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/target-frameworks.json",
|
||||
"title": ".NET 10.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -68,10 +68,10 @@
|
||||
"sdk_version": "10.0.101",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -88,10 +88,10 @@
|
||||
"sdk_version": "10.0.100",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.0/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -112,14 +112,14 @@
|
||||
"sdk_version": "10.0.100-rc.2.25502.107",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -137,10 +137,10 @@
|
||||
"sdk_version": "10.0.100-rc.1.25451.107",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -157,10 +157,10 @@
|
||||
"sdk_version": "10.0.100-preview.7.25380.108",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -177,10 +177,10 @@
|
||||
"sdk_version": "10.0.100-preview.6.25358.103",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -197,10 +197,10 @@
|
||||
"sdk_version": "10.0.100-preview.5.25277.114",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -217,10 +217,10 @@
|
||||
"sdk_version": "10.0.100-preview.4.25258.110",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -237,10 +237,10 @@
|
||||
"sdk_version": "10.0.100-preview.3.25201.16",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -257,10 +257,10 @@
|
||||
"sdk_version": "10.0.100-preview.2.25164.34",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -277,10 +277,10 @@
|
||||
"sdk_version": "10.0.100-preview.1.25120.13",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -291,7 +291,7 @@
|
||||
"year": "2025",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2028-11-14T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/10.0",
|
||||
@@ -24,7 +24,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"os-packages-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/os-packages.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/os-packages.json",
|
||||
"title": "OS Packages",
|
||||
"type": "application/json"
|
||||
},
|
||||
@@ -34,17 +34,17 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/supported-os.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/supported-os.json",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/supported-os.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/supported-os.md",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.1 Patch Index",
|
||||
"version": "10.0.0-preview.1",
|
||||
@@ -13,31 +13,31 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/index.json"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/release.json",
|
||||
"title": "10.0.0-preview.1 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/10.0.0-preview.1.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/10.0.0-preview.1.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -56,15 +56,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/index.json",
|
||||
"title": "10.0.0-preview.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -79,15 +79,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/index.json",
|
||||
"title": "10.0.0-preview.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.2 Patch Index",
|
||||
"version": "10.0.0-preview.2",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview1/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/release.json",
|
||||
"title": "10.0.0-preview.2 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/10.0.0-preview.2.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/10.0.0-preview.2.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/index.json",
|
||||
"title": "10.0.0-preview.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/index.json",
|
||||
"title": "10.0.0-preview.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.3 Patch Index",
|
||||
"version": "10.0.0-preview.3",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview2/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/release.json",
|
||||
"title": "10.0.0-preview.3 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/10.0.0-preview.3.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/10.0.0-preview.3.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/index.json",
|
||||
"title": "10.0.0-preview.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/index.json",
|
||||
"title": "10.0.0-preview.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.4 Patch Index",
|
||||
"version": "10.0.0-preview.4",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview3/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/release.json",
|
||||
"title": "10.0.0-preview.4 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/10.0.0-preview.4.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/10.0.0-preview.4.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/index.json",
|
||||
"title": "10.0.0-preview.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/index.json",
|
||||
"title": "10.0.0-preview.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.5 Patch Index",
|
||||
"version": "10.0.0-preview.5",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview4/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/release.json",
|
||||
"title": "10.0.0-preview.5 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/10.0.0-preview.5.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/10.0.0-preview.5.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/index.json",
|
||||
"title": "10.0.0-preview.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/index.json",
|
||||
"title": "10.0.0-preview.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.6 Patch Index",
|
||||
"version": "10.0.0-preview.6",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview5/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/release.json",
|
||||
"title": "10.0.0-preview.6 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/10.0.0-preview.6.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/10.0.0-preview.6.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/index.json",
|
||||
"title": "10.0.0-preview.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/index.json",
|
||||
"title": "10.0.0-preview.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-preview.7 Patch Index",
|
||||
"version": "10.0.0-preview.7",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview6/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/release.json",
|
||||
"title": "10.0.0-preview.7 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/10.0.0-preview.7.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/10.0.0-preview.7.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/index.json",
|
||||
"title": "10.0.0-preview.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/index.json",
|
||||
"title": "10.0.0-preview.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-rc.1 Patch Index",
|
||||
"version": "10.0.0-rc.1",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/preview7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/preview7/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/release.json",
|
||||
"title": "10.0.0-rc.1 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/10.0.0-rc.1.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/10.0.0-rc.1.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "go-live",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/index.json",
|
||||
"title": "10.0.0-rc.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "go-live",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/index.json",
|
||||
"title": "10.0.0-rc.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 10.0.0-rc.2 Patch Index",
|
||||
"version": "10.0.0-rc.2",
|
||||
@@ -17,35 +17,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc1/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -55,12 +55,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/release.json",
|
||||
"title": "10.0.0-rc.2 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/10.0.0-rc.2.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/10.0.0-rc.2.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -79,15 +79,15 @@
|
||||
"support_phase": "go-live",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"title": "10.0.0-rc.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -102,15 +102,15 @@
|
||||
"support_phase": "go-live",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/preview/rc2/index.json",
|
||||
"title": "10.0.0-rc.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.1xx.json",
|
||||
"title": ".NET SDK 10.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-sdk-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-sdk-version-index.json",
|
||||
"kind": "sdk-index",
|
||||
"version": "10.0",
|
||||
"title": ".NET SDK 10.0",
|
||||
@@ -8,14 +8,14 @@
|
||||
"latest_feature_band": "10.0.xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/sdk/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/sdk/index.json"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/index.json",
|
||||
"title": "Downloads index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/index.json",
|
||||
"title": "Major version index"
|
||||
}
|
||||
},
|
||||
@@ -29,15 +29,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/10.0.1/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/downloads/sdk-10.0.xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/10.0/downloads/sdk-10.0.xx.json",
|
||||
"title": ".NET SDK 10.0.xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 2.0 Release Index",
|
||||
"target_framework": "netcoreapp2.0",
|
||||
@@ -10,18 +10,18 @@
|
||||
"eol_date": "2018-10-01T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.0/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.0/target-frameworks.json",
|
||||
"title": ".NET 2.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -33,7 +33,7 @@
|
||||
"year": "2018",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2018/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2018/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,7 +41,7 @@
|
||||
"year": "2017",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2017/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2017/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2018-10-01T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.0/manifest.json"
|
||||
},
|
||||
"downloads-rendered": {
|
||||
"href": "https://dotnet.microsoft.com/download/dotnet/2.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 2.1 Release Index",
|
||||
"target_framework": "netcoreapp2.1",
|
||||
@@ -10,18 +10,18 @@
|
||||
"eol_date": "2021-08-21T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.1/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.1/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.1/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.1/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.1/target-frameworks.json",
|
||||
"title": ".NET 2.1 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -33,7 +33,7 @@
|
||||
"year": "2021",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2021/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2021/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,7 +41,7 @@
|
||||
"year": "2020",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2020/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2020/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -49,7 +49,7 @@
|
||||
"year": "2019",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2019/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2019/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -57,7 +57,7 @@
|
||||
"year": "2018",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2018/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2018/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2021-08-21T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.1/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.1/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/2.1",
|
||||
@@ -34,7 +34,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.1/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.1/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 2.2 Release Index",
|
||||
"target_framework": "netcoreapp2.2",
|
||||
@@ -10,18 +10,18 @@
|
||||
"eol_date": "2019-12-23T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.2/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.2/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.2/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.2/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.2/target-frameworks.json",
|
||||
"title": ".NET 2.2 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -33,7 +33,7 @@
|
||||
"year": "2019",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2019/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2019/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,7 +41,7 @@
|
||||
"year": "2018",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2018/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2018/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2019-12-23T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.2/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.2/manifest.json"
|
||||
},
|
||||
"downloads-rendered": {
|
||||
"href": "https://dotnet.microsoft.com/download/dotnet/2.2",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/2.2/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/2.2/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 3.0 Release Index",
|
||||
"target_framework": "netcoreapp3.0",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2020-03-03T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.0/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.0/3.0.3/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.0/3.0.3/release.json",
|
||||
"title": "Latest release information (3.0.3)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.0/target-frameworks.json",
|
||||
"title": ".NET 3.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2020",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2020/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2020/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2019",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2019/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2019/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2018",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2018/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2018/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2020-03-03T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/3.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET Core 3.1 Release Index",
|
||||
"target_framework": "netcoreapp3.1",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2022-12-13T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/3.1.32/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/3.1.32/release.json",
|
||||
"title": "Latest release information (3.1.32)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/target-frameworks.json",
|
||||
"title": ".NET 3.1 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2022",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2022/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2022/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2021",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2021/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2021/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2020",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2020/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2020/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -62,7 +62,7 @@
|
||||
"year": "2019",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2019/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2019/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2022-12-13T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/3.1",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"linux-packages-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/linux-packages.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/linux-packages.md",
|
||||
"title": "Linux Packages",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -44,7 +44,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/3.1/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/3.1/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET 5.0 Release Index",
|
||||
"target_framework": "net5.0",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2022-05-10T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/5.0.17/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/5.0.17/release.json",
|
||||
"title": "Latest release information (5.0.17)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/target-frameworks.json",
|
||||
"title": ".NET 5.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2022",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2022/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2022/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2021",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2021/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2021/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2020",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2020/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2020/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2022-05-10T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/5.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"linux-packages-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/linux-packages.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/linux-packages.md",
|
||||
"title": "Linux Packages",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -44,7 +44,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/5.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/5.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET 6.0 Release Index",
|
||||
"target_framework": "net6.0",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2024-11-12T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/6.0.36/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/6.0.36/release.json",
|
||||
"title": "Latest release information (6.0.36)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/target-frameworks.json",
|
||||
"title": ".NET 6.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2024",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2023",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2022",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2022/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2022/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -62,7 +62,7 @@
|
||||
"year": "2021",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2021/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2021/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2024-11-12T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/6.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"linux-packages-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/linux-packages.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/linux-packages.md",
|
||||
"title": "Linux Packages",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -43,13 +43,18 @@
|
||||
"title": "Announcing .NET 6",
|
||||
"type": "text/html"
|
||||
},
|
||||
"_releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/supported-os.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/supported-os.json",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/6.0/supported-os.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/6.0/supported-os.md",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET 7.0 Release Index",
|
||||
"target_framework": "net7.0",
|
||||
@@ -10,23 +10,23 @@
|
||||
"eol_date": "2024-05-14T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/index.json"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/7.0.20/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/7.0.20/release.json",
|
||||
"title": "Latest release information (7.0.20)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/target-frameworks.json",
|
||||
"title": ".NET 7.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
"year": "2024",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"year": "2023",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
"year": "2022",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2022/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2022/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2024-05-14T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/7.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"linux-packages-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/linux-packages.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/linux-packages.md",
|
||||
"title": "Linux Packages",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -44,17 +44,17 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/supported-os.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/supported-os.json",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/7.0/supported-os.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/7.0/supported-os.md",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.0 Patch Index",
|
||||
"version": "8.0.0",
|
||||
@@ -18,31 +18,31 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/index.json"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -52,12 +52,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/release.json",
|
||||
"title": "8.0.0 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/8.0.0.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/8.0.0.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -76,15 +76,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"title": "8.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -99,15 +99,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"title": "8.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.1 Patch Index",
|
||||
"version": "8.0.1",
|
||||
@@ -17,39 +17,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -59,12 +59,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/release.json",
|
||||
"title": "8.0.1 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/8.0.1.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/8.0.1.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"title": "8.0.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -106,15 +106,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"title": "8.0.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.10 Patch Index",
|
||||
"version": "8.0.10",
|
||||
@@ -21,39 +21,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -63,12 +63,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/release.json",
|
||||
"title": "8.0.10 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/8.0.10.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/8.0.10.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -87,15 +87,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "8.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -110,15 +110,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "8.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -132,15 +132,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "8.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -154,15 +154,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "8.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.11 Patch Index",
|
||||
"version": "8.0.11",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/release.json",
|
||||
"title": "8.0.11 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/8.0.11.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/8.0.11.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"title": "8.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"title": "8.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"title": "8.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"title": "8.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.12 Patch Index",
|
||||
"version": "8.0.12",
|
||||
@@ -20,39 +20,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -62,12 +62,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/release.json",
|
||||
"title": "8.0.12 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/8.0.12.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/8.0.12.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -86,15 +86,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "8.0.12"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -109,15 +109,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "8.0.12"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -131,15 +131,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "8.0.12"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -153,15 +153,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "8.0.12"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.13 Patch Index",
|
||||
"version": "8.0.13",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/release.json",
|
||||
"title": "8.0.13 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/8.0.13.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/8.0.13.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"title": "8.0.13"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"title": "8.0.13"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"title": "8.0.13"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"title": "8.0.13"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.14 Patch Index",
|
||||
"version": "8.0.14",
|
||||
@@ -18,39 +18,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,12 +60,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/release.json",
|
||||
"title": "8.0.14 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/8.0.14.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/8.0.14.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -84,15 +84,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"title": "8.0.14"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,15 +107,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"title": "8.0.14"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -129,15 +129,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"title": "8.0.14"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -151,15 +151,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"title": "8.0.14"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.15 Patch Index",
|
||||
"version": "8.0.15",
|
||||
@@ -18,39 +18,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,12 +60,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/release.json",
|
||||
"title": "8.0.15 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/8.0.15.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/8.0.15.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -84,15 +84,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"title": "8.0.15"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,15 +107,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"title": "8.0.15"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -129,15 +129,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"title": "8.0.15"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -151,15 +151,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"title": "8.0.15"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.16 Patch Index",
|
||||
"version": "8.0.16",
|
||||
@@ -20,39 +20,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -62,12 +62,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/release.json",
|
||||
"title": "8.0.16 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/8.0.16.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/8.0.16.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -86,15 +86,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "8.0.16"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -109,15 +109,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "8.0.16"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -131,15 +131,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "8.0.16"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -153,15 +153,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "8.0.16"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -175,15 +175,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "8.0.16"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -197,15 +197,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "8.0.16"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.17 Patch Index",
|
||||
"version": "8.0.17",
|
||||
@@ -18,39 +18,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,12 +60,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/release.json",
|
||||
"title": "8.0.17 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/8.0.17.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/8.0.17.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -84,15 +84,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "8.0.17"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,15 +107,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "8.0.17"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -129,15 +129,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "8.0.17"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -151,15 +151,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "8.0.17"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.18 Patch Index",
|
||||
"version": "8.0.18",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/release.json",
|
||||
"title": "8.0.18 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/8.0.18.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/8.0.18.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"title": "8.0.18"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"title": "8.0.18"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"title": "8.0.18"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"title": "8.0.18"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.19 Patch Index",
|
||||
"version": "8.0.19",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/release.json",
|
||||
"title": "8.0.19 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/8.0.19.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/8.0.19.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"title": "8.0.19"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"title": "8.0.19"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"title": "8.0.19"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"title": "8.0.19"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.2 Patch Index",
|
||||
"version": "8.0.2",
|
||||
@@ -19,39 +19,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -61,12 +61,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/release.json",
|
||||
"title": "8.0.2 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/8.0.2.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/8.0.2.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -85,15 +85,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"title": "8.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -108,15 +108,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"title": "8.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -130,15 +130,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"title": "8.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -152,15 +152,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"title": "8.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.20 Patch Index",
|
||||
"version": "8.0.20",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/release.json",
|
||||
"title": "8.0.20 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/8.0.20.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/8.0.20.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"title": "8.0.20"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"title": "8.0.20"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"title": "8.0.20"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"title": "8.0.20"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.21 Patch Index",
|
||||
"version": "8.0.21",
|
||||
@@ -20,39 +20,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -62,12 +62,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/release.json",
|
||||
"title": "8.0.21 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/8.0.21.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/8.0.21.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -86,15 +86,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "8.0.21"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -109,15 +109,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "8.0.21"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -131,15 +131,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "8.0.21"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -153,15 +153,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "8.0.21"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.22 Patch Index",
|
||||
"version": "8.0.22",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/release.json",
|
||||
"title": "8.0.22 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/8.0.22.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/8.0.22.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "8.0.22"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "8.0.22"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "8.0.22"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "8.0.22"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.3 Patch Index",
|
||||
"version": "8.0.3",
|
||||
@@ -19,39 +19,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -61,12 +61,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/release.json",
|
||||
"title": "8.0.3 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/8.0.3.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/8.0.3.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -85,15 +85,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"title": "8.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -108,15 +108,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"title": "8.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -130,15 +130,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"title": "8.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -152,15 +152,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"title": "8.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.4 Patch Index",
|
||||
"version": "8.0.4",
|
||||
@@ -17,39 +17,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -59,12 +59,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/release.json",
|
||||
"title": "8.0.4 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/8.0.4.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/8.0.4.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"title": "8.0.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -106,15 +106,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"title": "8.0.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -128,15 +128,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"title": "8.0.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.5 Patch Index",
|
||||
"version": "8.0.5",
|
||||
@@ -19,39 +19,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -61,12 +61,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/release.json",
|
||||
"title": "8.0.5 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/8.0.5.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/8.0.5.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -85,15 +85,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"title": "8.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -108,15 +108,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"title": "8.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -130,15 +130,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"title": "8.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -152,15 +152,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"title": "8.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.6 Patch Index",
|
||||
"version": "8.0.6",
|
||||
@@ -16,39 +16,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/release.json",
|
||||
"title": "8.0.6 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/8.0.6.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/8.0.6.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -67,15 +67,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "8.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -90,15 +90,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "8.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -112,15 +112,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "8.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -134,15 +134,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "8.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -156,15 +156,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "8.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.7 Patch Index",
|
||||
"version": "8.0.7",
|
||||
@@ -19,39 +19,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -61,12 +61,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/release.json",
|
||||
"title": "8.0.7 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/8.0.7.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/8.0.7.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -85,15 +85,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"title": "8.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -108,15 +108,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"title": "8.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -130,15 +130,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"title": "8.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 8.0.8 Patch Index",
|
||||
"version": "8.0.8",
|
||||
@@ -17,39 +17,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/release.json",
|
||||
"title": "8.0.8 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/8.0.8.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/8.0.8.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -68,15 +68,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "8.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -91,15 +91,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "8.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -113,15 +113,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "8.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -135,15 +135,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "8.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -157,15 +157,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "8.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -179,15 +179,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json",
|
||||
"title": "8.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "aspnetcore",
|
||||
"version": "8.0",
|
||||
"title": "ASP.NET Core Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/aspnetcore.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/aspnetcore.json",
|
||||
"title": "ASP.NET Core Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-downloads-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-downloads-index.json",
|
||||
"kind": "downloads-index",
|
||||
"version": "8.0",
|
||||
"title": ".NET 8.0 Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
}
|
||||
},
|
||||
@@ -20,7 +20,7 @@
|
||||
"title": ".NET Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/runtime.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/runtime.json",
|
||||
"title": ".NET Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
"title": "ASP.NET Core Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/aspnetcore.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/aspnetcore.json",
|
||||
"title": "ASP.NET Core Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -42,7 +42,7 @@
|
||||
"title": "Windows Desktop Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/windowsdesktop.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/windowsdesktop.json",
|
||||
"title": "Windows Desktop Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -53,12 +53,12 @@
|
||||
"title": ".NET SDK",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk.json",
|
||||
"title": ".NET SDK",
|
||||
"type": "application/json"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0"
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,7 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,7 +83,7 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -95,7 +95,7 @@
|
||||
"support_phase": "eol",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,7 +107,7 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "runtime",
|
||||
"version": "8.0",
|
||||
"title": ".NET Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/runtime.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/runtime.json",
|
||||
"title": ".NET Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "8.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "8.0.1xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "8.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "8.0.2xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "8.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "8.0.3xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "8.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "8.0.4xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "8.0",
|
||||
"title": ".NET SDK Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk.json",
|
||||
"title": ".NET SDK Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "windowsdesktop",
|
||||
"version": "8.0",
|
||||
"title": "Windows Desktop Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/windowsdesktop.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/windowsdesktop.json",
|
||||
"title": "Windows Desktop Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": ".NET 8.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET 8.0 Release Index",
|
||||
"target_framework": "net8.0",
|
||||
@@ -12,44 +12,44 @@
|
||||
"eol_date": "2026-11-10T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": ".NET 8.0 Downloads"
|
||||
},
|
||||
"latest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "Latest patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json",
|
||||
"title": ".NET SDK 8.0 Release Information"
|
||||
},
|
||||
"latest-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"compatibility-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/compatibility.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/compatibility.json",
|
||||
"title": ".NET 8.0 Compatibility",
|
||||
"type": "application/json"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/release.json",
|
||||
"title": "Latest release information (8.0.22)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/target-frameworks.json",
|
||||
"title": ".NET 8.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -68,10 +68,10 @@
|
||||
"sdk_version": "8.0.416",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -93,14 +93,14 @@
|
||||
"sdk_version": "8.0.415",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.21/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.21/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -118,10 +118,10 @@
|
||||
"sdk_version": "8.0.414",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.20/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.20/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -138,10 +138,10 @@
|
||||
"sdk_version": "8.0.413",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.19/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.19/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -158,10 +158,10 @@
|
||||
"sdk_version": "8.0.412",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.18/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.18/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -181,14 +181,14 @@
|
||||
"sdk_version": "8.0.411",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.17/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.17/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -209,14 +209,14 @@
|
||||
"sdk_version": "8.0.410",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.16/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.16/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -237,14 +237,14 @@
|
||||
"sdk_version": "8.0.408",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.15/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.15/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -265,14 +265,14 @@
|
||||
"sdk_version": "8.0.407",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.14/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.14/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -290,10 +290,10 @@
|
||||
"sdk_version": "8.0.406",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.13/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.13/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -315,14 +315,14 @@
|
||||
"sdk_version": "8.0.405",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.12/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.12/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -340,10 +340,10 @@
|
||||
"sdk_version": "8.0.404",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.11/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.11/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/11/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -366,14 +366,14 @@
|
||||
"sdk_version": "8.0.403",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.10/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.10/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -395,14 +395,14 @@
|
||||
"sdk_version": "8.0.402",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.8/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.8/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -425,14 +425,14 @@
|
||||
"sdk_version": "8.0.303",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.7/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -453,14 +453,14 @@
|
||||
"sdk_version": "8.0.302",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -482,14 +482,14 @@
|
||||
"sdk_version": "8.0.300",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.5/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -510,14 +510,14 @@
|
||||
"sdk_version": "8.0.204",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.4/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -539,14 +539,14 @@
|
||||
"sdk_version": "8.0.203",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.3/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -568,14 +568,14 @@
|
||||
"sdk_version": "8.0.201",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.2/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -597,14 +597,14 @@
|
||||
"sdk_version": "8.0.101",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/01/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/01/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -627,14 +627,14 @@
|
||||
"sdk_version": "8.0.100",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.0/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/11/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/11/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -646,7 +646,7 @@
|
||||
"year": "2025",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -654,7 +654,7 @@
|
||||
"year": "2024",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -662,7 +662,7 @@
|
||||
"year": "2023",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2023/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2023/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2026-11-10T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/8.0",
|
||||
@@ -24,7 +24,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"linux-packages-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/linux-packages.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/linux-packages.md",
|
||||
"title": "Linux Packages",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -34,7 +34,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"os-packages-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/os-packages.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/os-packages.json",
|
||||
"title": "OS Packages",
|
||||
"type": "application/json"
|
||||
},
|
||||
@@ -44,17 +44,17 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/supported-os.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/supported-os.json",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/supported-os.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/supported-os.md",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-sdk-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-sdk-version-index.json",
|
||||
"kind": "sdk-index",
|
||||
"version": "8.0",
|
||||
"title": ".NET SDK 8.0",
|
||||
@@ -8,14 +8,14 @@
|
||||
"latest_feature_band": "8.0.4xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/sdk/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/sdk/index.json"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/index.json",
|
||||
"title": "Downloads index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/index.json",
|
||||
"title": "Major version index"
|
||||
}
|
||||
},
|
||||
@@ -29,15 +29,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.4xx.json",
|
||||
"title": ".NET SDK 8.0.4xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -51,15 +51,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.3xx.json",
|
||||
"title": ".NET SDK 8.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -73,15 +73,15 @@
|
||||
"support_phase": "eol",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.6/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.2xx.json",
|
||||
"title": ".NET SDK 8.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -95,15 +95,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/8.0.22/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/8.0/downloads/sdk-8.0.1xx.json",
|
||||
"title": ".NET SDK 8.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.0 Patch Index",
|
||||
"version": "9.0.0",
|
||||
@@ -14,39 +14,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/rc2/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/rc2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/rc2/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/release.json",
|
||||
"title": "9.0.0 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/9.0.0.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/9.0.0.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -65,15 +65,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"title": "9.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -88,15 +88,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"title": "9.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -110,15 +110,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"title": "9.0.0"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.1 Patch Index",
|
||||
"version": "9.0.1",
|
||||
@@ -19,39 +19,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -61,12 +61,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/release.json",
|
||||
"title": "9.0.1 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/9.0.1.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/9.0.1.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -85,15 +85,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"title": "9.0.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -108,15 +108,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"title": "9.0.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.10 Patch Index",
|
||||
"version": "9.0.10",
|
||||
@@ -19,39 +19,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -61,12 +61,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/release.json",
|
||||
"title": "9.0.10 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/9.0.10.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/9.0.10.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -85,15 +85,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"title": "9.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -108,15 +108,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"title": "9.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -130,15 +130,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"title": "9.0.10"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.11 Patch Index",
|
||||
"version": "9.0.11",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/release.json",
|
||||
"title": "9.0.11 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/9.0.11.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/9.0.11.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"title": "9.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"title": "9.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"title": "9.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"title": "9.0.11"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.2 Patch Index",
|
||||
"version": "9.0.2",
|
||||
@@ -14,39 +14,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/release.json",
|
||||
"title": "9.0.2 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/9.0.2.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/9.0.2.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -65,15 +65,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"title": "9.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -88,15 +88,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"title": "9.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -110,15 +110,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"title": "9.0.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.3 Patch Index",
|
||||
"version": "9.0.3",
|
||||
@@ -18,39 +18,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,12 +60,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/release.json",
|
||||
"title": "9.0.3 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/9.0.3.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/9.0.3.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -84,15 +84,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"title": "9.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,15 +107,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"title": "9.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -129,15 +129,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"title": "9.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -151,15 +151,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"title": "9.0.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.4 Patch Index",
|
||||
"version": "9.0.4",
|
||||
@@ -17,39 +17,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -59,12 +59,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/release.json",
|
||||
"title": "9.0.4 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/9.0.4.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/9.0.4.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"title": "9.0.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -106,15 +106,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"title": "9.0.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -128,15 +128,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"title": "9.0.4"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.5 Patch Index",
|
||||
"version": "9.0.5",
|
||||
@@ -18,39 +18,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,12 +60,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/release.json",
|
||||
"title": "9.0.5 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/9.0.5.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/9.0.5.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -84,15 +84,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"title": "9.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,15 +107,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"title": "9.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -129,15 +129,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"title": "9.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -151,15 +151,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"title": "9.0.5"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.6 Patch Index",
|
||||
"version": "9.0.6",
|
||||
@@ -18,39 +18,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"cve-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/cve.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/cve.md",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,12 +60,12 @@
|
||||
"type": "application/markdown"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/release.json",
|
||||
"title": "9.0.6 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/9.0.6.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/9.0.6.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -84,15 +84,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "9.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -107,15 +107,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "9.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -129,15 +129,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "9.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -151,15 +151,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "9.0.6"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.7 Patch Index",
|
||||
"version": "9.0.7",
|
||||
@@ -15,39 +15,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/release.json",
|
||||
"title": "9.0.7 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/9.0.7.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/9.0.7.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -66,15 +66,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"title": "9.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -89,15 +89,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"title": "9.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -111,15 +111,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"title": "9.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -133,15 +133,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"title": "9.0.7"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.8 Patch Index",
|
||||
"version": "9.0.8",
|
||||
@@ -14,39 +14,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/release.json",
|
||||
"title": "9.0.8 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/9.0.8.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/9.0.8.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -65,15 +65,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"title": "9.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -88,15 +88,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"title": "9.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -110,15 +110,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"title": "9.0.8"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.9 Patch Index",
|
||||
"version": "9.0.9",
|
||||
@@ -14,39 +14,39 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"prev-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/release.json",
|
||||
"title": "9.0.9 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/9.0.9.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/9.0.9.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -65,15 +65,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"title": "9.0.9"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -88,15 +88,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"title": "9.0.9"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -110,15 +110,15 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/index.json",
|
||||
"title": "9.0.9"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "aspnetcore",
|
||||
"version": "9.0",
|
||||
"title": "ASP.NET Core Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/aspnetcore.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/aspnetcore.json",
|
||||
"title": "ASP.NET Core Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-downloads-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-downloads-index.json",
|
||||
"kind": "downloads-index",
|
||||
"version": "9.0",
|
||||
"title": ".NET 9.0 Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
}
|
||||
},
|
||||
@@ -20,7 +20,7 @@
|
||||
"title": ".NET Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/runtime.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/runtime.json",
|
||||
"title": ".NET Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
"title": "ASP.NET Core Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/aspnetcore.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/aspnetcore.json",
|
||||
"title": "ASP.NET Core Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -42,7 +42,7 @@
|
||||
"title": "Windows Desktop Runtime",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/windowsdesktop.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/windowsdesktop.json",
|
||||
"title": "Windows Desktop Runtime",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -53,12 +53,12 @@
|
||||
"title": ".NET SDK",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk.json",
|
||||
"title": ".NET SDK",
|
||||
"type": "application/json"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": ".NET SDK 9.0"
|
||||
}
|
||||
}
|
||||
@@ -71,7 +71,7 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,7 +83,7 @@
|
||||
"support_phase": "eol",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -95,7 +95,7 @@
|
||||
"support_phase": "active",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "runtime",
|
||||
"version": "9.0",
|
||||
"title": ".NET Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/runtime.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/runtime.json",
|
||||
"title": ".NET Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "9.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "9.0.1xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": ".NET SDK 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "9.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "9.0.2xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.2xx.json",
|
||||
"title": ".NET SDK 9.0.2xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": ".NET SDK 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "9.0",
|
||||
@@ -7,20 +7,20 @@
|
||||
"feature_band": "9.0.3xx",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.3xx.json",
|
||||
"title": ".NET SDK 9.0.3xx Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": ".NET SDK 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "sdk",
|
||||
"version": "9.0",
|
||||
"title": ".NET SDK Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk.json",
|
||||
"title": ".NET SDK Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
},
|
||||
"sdk-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": ".NET SDK 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-component-download.json",
|
||||
"kind": "component-download",
|
||||
"component": "windowsdesktop",
|
||||
"version": "9.0",
|
||||
"title": "Windows Desktop Runtime Downloads",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/windowsdesktop.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/windowsdesktop.json",
|
||||
"title": "Windows Desktop Runtime Downloads",
|
||||
"type": "application/json"
|
||||
},
|
||||
"downloads-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": ".NET 9.0"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-release-version-index.json",
|
||||
"kind": "major-version-index",
|
||||
"title": ".NET 9.0 Release Index",
|
||||
"target_framework": "net9.0",
|
||||
@@ -12,44 +12,44 @@
|
||||
"eol_date": "2026-11-10T00:00:00\u002B00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/index.json",
|
||||
"title": ".NET 9.0 Downloads"
|
||||
},
|
||||
"latest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json",
|
||||
"title": "Latest patch"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": ".NET SDK 9.0 Release Information"
|
||||
},
|
||||
"latest-security": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json",
|
||||
"title": "Latest security patch"
|
||||
},
|
||||
"release-manifest": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/manifest.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/manifest.json",
|
||||
"title": "Release manifest"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"compatibility-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/compatibility.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/compatibility.json",
|
||||
"title": ".NET 9.0 Compatibility",
|
||||
"type": "application/json"
|
||||
},
|
||||
"latest-release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/release.json",
|
||||
"title": "Latest release information (9.0.11)",
|
||||
"type": "application/json"
|
||||
},
|
||||
"target-frameworks-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/target-frameworks.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/target-frameworks.json",
|
||||
"title": ".NET 9.0 Target Frameworks",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -68,10 +68,10 @@
|
||||
"sdk_version": "9.0.308",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.11/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.11/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/11/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -93,14 +93,14 @@
|
||||
"sdk_version": "9.0.306",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.10/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.10/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -118,10 +118,10 @@
|
||||
"sdk_version": "9.0.305",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.9/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.9/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/09/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -138,10 +138,10 @@
|
||||
"sdk_version": "9.0.304",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.8/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.8/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/08/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -158,10 +158,10 @@
|
||||
"sdk_version": "9.0.303",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.7/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/07/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -181,14 +181,14 @@
|
||||
"sdk_version": "9.0.301",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.6/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/06/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -209,14 +209,14 @@
|
||||
"sdk_version": "9.0.300",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.5/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/05/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -237,14 +237,14 @@
|
||||
"sdk_version": "9.0.203",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.4/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/04/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -265,14 +265,14 @@
|
||||
"sdk_version": "9.0.202",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.3/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/03/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -290,10 +290,10 @@
|
||||
"sdk_version": "9.0.200",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.2/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/02/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -316,14 +316,14 @@
|
||||
"sdk_version": "9.0.102",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/01/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -345,14 +345,14 @@
|
||||
"sdk_version": "9.0.101",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/9.0.0/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/9.0.0/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/12/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/12/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/12/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -373,14 +373,14 @@
|
||||
"sdk_version": "9.0.100-rc.2.24474.11",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/rc2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/rc2/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"cve-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/10/cve.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/10/cve.json",
|
||||
"title": "CVE records (JSON)",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -398,10 +398,10 @@
|
||||
"sdk_version": "9.0.100-rc.1.24452.12",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/rc1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/rc1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/09/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -418,10 +418,10 @@
|
||||
"sdk_version": "9.0.100-preview.7.24407.12",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview7/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview7/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/08/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/08/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -438,10 +438,10 @@
|
||||
"sdk_version": "9.0.100-preview.6.24328.19",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview6/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview6/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/07/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -458,10 +458,10 @@
|
||||
"sdk_version": "9.0.100-preview.5.24307.3",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview5/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview5/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/06/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -478,10 +478,10 @@
|
||||
"sdk_version": "9.0.100-preview.4.24267.66",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview4/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview4/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/05/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -498,10 +498,10 @@
|
||||
"sdk_version": "9.0.100-preview.3.24204.13",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview3/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -518,10 +518,10 @@
|
||||
"sdk_version": "9.0.100-preview.2.24157.14",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -538,10 +538,10 @@
|
||||
"sdk_version": "9.0.100-preview.1.24101.2",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/index.json"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
}
|
||||
}
|
||||
@@ -552,7 +552,7 @@
|
||||
"year": "2025",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2025/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2025/index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -560,7 +560,7 @@
|
||||
"year": "2024",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/index.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"eol_date": "2026-11-10T00:00:00+00:00",
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/manifest.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/manifest.json"
|
||||
},
|
||||
"compatibility-rendered": {
|
||||
"href": "https://learn.microsoft.com/dotnet/core/compatibility/9.0",
|
||||
@@ -24,7 +24,7 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"os-packages-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/os-packages.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/os-packages.json",
|
||||
"title": "OS Packages",
|
||||
"type": "application/json"
|
||||
},
|
||||
@@ -34,17 +34,17 @@
|
||||
"type": "text/html"
|
||||
},
|
||||
"releases-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/releases.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/releases.json",
|
||||
"title": "Complete (large file) release information for all patch releases",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/supported-os.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/supported-os.json",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/json"
|
||||
},
|
||||
"supported-os-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/supported-os.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/supported-os.md",
|
||||
"title": "Supported OSes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.0-preview.1 Patch Index",
|
||||
"version": "9.0.0-preview.1",
|
||||
@@ -13,31 +13,31 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/index.json"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/release.json",
|
||||
"title": "9.0.0-preview.1 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/9.0.0-preview.1.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/9.0.0-preview.1.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -56,15 +56,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/index.json",
|
||||
"title": "9.0.0-preview.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -79,15 +79,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/02/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/index.json",
|
||||
"title": "9.0.0-preview.1"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.0-preview.2 Patch Index",
|
||||
"version": "9.0.0-preview.2",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview1/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview1/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/release.json",
|
||||
"title": "9.0.0-preview.2 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/9.0.0-preview.2.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/9.0.0-preview.2.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/index.json",
|
||||
"title": "9.0.0-preview.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/03/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/index.json",
|
||||
"title": "9.0.0-preview.2"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"$schema": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/schemas/v1/dotnet-patch-detail-index.json",
|
||||
"kind": "patch-version-index",
|
||||
"title": ".NET 9.0.0-preview.3 Patch Index",
|
||||
"version": "9.0.0-preview.3",
|
||||
@@ -13,35 +13,35 @@
|
||||
],
|
||||
"_links": {
|
||||
"self": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview3/index.json"
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview3/index.json"
|
||||
},
|
||||
"prev": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview2/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview2/index.json",
|
||||
"title": "Patch index"
|
||||
},
|
||||
"latest-sdk": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/sdk/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/sdk/index.json",
|
||||
"title": "SDK index"
|
||||
},
|
||||
"release-major": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/index.json",
|
||||
"title": "Major version index"
|
||||
},
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"releases-index": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/index.json",
|
||||
"title": "Release index"
|
||||
},
|
||||
"release-json": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview3/release.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview3/release.json",
|
||||
"title": "9.0.0-preview.3 Release Information",
|
||||
"type": "application/json"
|
||||
},
|
||||
"release-notes-markdown": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview3/9.0.0-preview.3.md",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview3/9.0.0-preview.3.md",
|
||||
"title": "Release Notes",
|
||||
"type": "application/markdown"
|
||||
},
|
||||
@@ -60,15 +60,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview3/index.json",
|
||||
"title": "9.0.0-preview.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
@@ -83,15 +83,15 @@
|
||||
"support_phase": "preview",
|
||||
"_links": {
|
||||
"release-month": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/timeline/2024/04/index.json",
|
||||
"title": "Release month index"
|
||||
},
|
||||
"release-patch": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/preview/preview3/index.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/preview/preview3/index.json",
|
||||
"title": "9.0.0-preview.3"
|
||||
},
|
||||
"downloads": {
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"href": "https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/9.0/downloads/sdk-9.0.1xx.json",
|
||||
"title": ".NET SDK 9.0.1xx Downloads",
|
||||
"type": "application/json"
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user