Skip to content

Commit 73f219d

Browse files
fix(metadata): ingest new data and regenerate products (#276)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent f113c90 commit 73f219d

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

api-js/src/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,17 @@
736736
}
737737
],
738738
"dotnet-server-sdk": [
739+
{
740+
"major": 8,
741+
"minor": 10,
742+
"date": "2025-07-11T20:36:54Z",
743+
"eol": null
744+
},
739745
{
740746
"major": 8,
741747
"minor": 9,
742748
"date": "2025-06-02T16:31:04Z",
743-
"eol": null
749+
"eol": "2026-07-11T00:00:00Z"
744750
},
745751
{
746752
"major": 8,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,17 @@
736736
}
737737
],
738738
"dotnet-server-sdk": [
739+
{
740+
"major": 8,
741+
"minor": 10,
742+
"date": "2025-07-11T20:36:54Z",
743+
"eol": null
744+
},
739745
{
740746
"major": 8,
741747
"minor": 9,
742748
"date": "2025-06-02T16:31:04Z",
743-
"eol": null
749+
"eol": "2026-07-11T00:00:00Z"
744750
},
745751
{
746752
"major": 8,

metadata.sqlite3

0 Bytes
Binary file not shown.

products/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,17 @@
736736
}
737737
],
738738
"dotnet-server-sdk": [
739+
{
740+
"major": 8,
741+
"minor": 10,
742+
"date": "2025-07-11T20:36:54Z",
743+
"eol": null
744+
},
739745
{
740746
"major": 8,
741747
"minor": 9,
742748
"date": "2025-06-02T16:31:04Z",
743-
"eol": null
749+
"eol": "2026-07-11T00:00:00Z"
744750
},
745751
{
746752
"major": 8,

0 commit comments

Comments
 (0)