Fixes for releases.json (#7978)
* Fix 7.0-rc2 release notes url * Remove previews from vs-version field for 6.0.10 These versions don't have a valid parseable version number, and are not normally listed in th vs-version fields (e.g. that same preview is not listed for 6.0.11). * Fix inconsistency in 2.1.30 latest release date * Fix another vs-version preview
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"lifecycle-policy": "https://dotnet.microsoft.com/platform/support/policy/",
|
||||
"releases": [
|
||||
{
|
||||
"release-date": "2021-08-17",
|
||||
"release-date": "2021-08-19",
|
||||
"release-version": "2.1.30",
|
||||
"security": true,
|
||||
"cve-list": [
|
||||
|
||||
@@ -713,7 +713,7 @@
|
||||
"runtime": {
|
||||
"version": "6.0.10",
|
||||
"version-display": "6.0.10",
|
||||
"vs-version": "17.0.15, 17.2.9, 17.3.6, 17.4 Preview 3",
|
||||
"vs-version": "17.0.15, 17.2.9, 17.3.6",
|
||||
"vs-mac-version": "8.10",
|
||||
"files": [
|
||||
{
|
||||
@@ -929,7 +929,7 @@
|
||||
"version": "6.0.402",
|
||||
"version-display": "6.0.402",
|
||||
"runtime-version": "6.0.10",
|
||||
"vs-version": "17.3.6, 17.4.0 Preview 3",
|
||||
"vs-version": "17.3.6",
|
||||
"vs-mac-version": "17.3.7",
|
||||
"vs-support": "Visual Studio 2022 (v17.3)",
|
||||
"vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
|
||||
@@ -1408,7 +1408,7 @@
|
||||
"runtime": {
|
||||
"version": "6.0.9",
|
||||
"version-display": "6.0.9",
|
||||
"vs-version": "17.0.14, 17.2.8, 17.3.4, 17.4 Preview 2",
|
||||
"vs-version": "17.0.14, 17.2.8, 17.3.4",
|
||||
"vs-mac-version": "8.10",
|
||||
"files": [
|
||||
{
|
||||
|
||||
@@ -489,7 +489,7 @@
|
||||
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41032"
|
||||
}
|
||||
],
|
||||
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.0-rc.2.22472.3/7.0.0-rc.2.md",
|
||||
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/7.0/preview/7.0.0-rc.2.md",
|
||||
"runtime": {
|
||||
"version": "7.0.0-rc.2.22472.3",
|
||||
"version-display": "7.0.0-rc.2",
|
||||
|
||||
Reference in New Issue
Block a user