From 8fc66d77c0472ab9df5edba2b404f2ba56050480 Mon Sep 17 00:00:00 2001 From: Nick Randolph Date: Thu, 21 Nov 2024 03:13:48 +1100 Subject: [PATCH 1/2] chore: Removing "Preview" flag from .net 9 --- .../content/unoapp-uwp/.template.config/template.json | 2 +- src/Uno.Templates/content/unoapp/.template.config/template.json | 2 +- .../content/unolib-uitest/.template.config/template.json | 2 +- src/Uno.Templates/content/unolib/.template.config/template.json | 2 +- .../content/unomauilib/.template.config/template.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json b/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json index 76644f2b5..9d72c6e63 100644 --- a/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json +++ b/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json @@ -94,7 +94,7 @@ { "choice": "net9.0", "displayName": ".NET 9.0", - "description": "Target .NET 9.0 (Preview)" + "description": "Target .NET 9.0 (Standard Term Support)" } ] }, diff --git a/src/Uno.Templates/content/unoapp/.template.config/template.json b/src/Uno.Templates/content/unoapp/.template.config/template.json index f4160b85e..0d0eb8e77 100644 --- a/src/Uno.Templates/content/unoapp/.template.config/template.json +++ b/src/Uno.Templates/content/unoapp/.template.config/template.json @@ -183,7 +183,7 @@ { "choice": "net9.0", "displayName": ".NET 9.0", - "description": "Target .NET 9.0 (Preview)" + "description": "Target .NET 9.0 (Standard Term Support)" } ] }, diff --git a/src/Uno.Templates/content/unolib-uitest/.template.config/template.json b/src/Uno.Templates/content/unolib-uitest/.template.config/template.json index 707c3d5a6..6a48b0092 100644 --- a/src/Uno.Templates/content/unolib-uitest/.template.config/template.json +++ b/src/Uno.Templates/content/unolib-uitest/.template.config/template.json @@ -51,7 +51,7 @@ { "choice": "net9.0", "displayName": ".NET 9.0", - "description": "Target .NET 9.0 (Preview)" + "description": "Target .NET 9.0 (Standard Term Support)" } ] } diff --git a/src/Uno.Templates/content/unolib/.template.config/template.json b/src/Uno.Templates/content/unolib/.template.config/template.json index a7eb5c12c..43a4c5034 100644 --- a/src/Uno.Templates/content/unolib/.template.config/template.json +++ b/src/Uno.Templates/content/unolib/.template.config/template.json @@ -53,7 +53,7 @@ { "choice": "net9.0", "displayName": ".NET 9.0", - "description": "Target .NET 9.0 (Preview)" + "description": "Target .NET 9.0 (Standard Term Support)" } ] }, diff --git a/src/Uno.Templates/content/unomauilib/.template.config/template.json b/src/Uno.Templates/content/unomauilib/.template.config/template.json index fb19c863a..786c125e3 100644 --- a/src/Uno.Templates/content/unomauilib/.template.config/template.json +++ b/src/Uno.Templates/content/unomauilib/.template.config/template.json @@ -42,7 +42,7 @@ { "choice": "net9.0", "displayName": ".NET 9.0", - "description": "Target .NET 9.0 (Preview)" + "description": "Target .NET 9.0 (Standard Term Support)" } ] }, From c7e1d298bde5cd863d52d43805cea5587e1e7c74 Mon Sep 17 00:00:00 2001 From: Nick Randolph Date: Thu, 21 Nov 2024 03:16:49 +1100 Subject: [PATCH 2/2] chore: Fixing versions for .net9 overrides --- src/Uno.Sdk/ReadMe.md | 4 ++-- src/Uno.Sdk/packages.json | 4 ++-- .../content/unoapp/.template.config/template.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Uno.Sdk/ReadMe.md b/src/Uno.Sdk/ReadMe.md index cbafe46ed..0c2d3a5c0 100644 --- a/src/Uno.Sdk/ReadMe.md +++ b/src/Uno.Sdk/ReadMe.md @@ -174,7 +174,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp "Microsoft.Extensions.Logging.Console" ], "versionOverride": { - "net9.0": "9.0.0-rc.2.24473.5" + "net9.0": "9.0.0" } }, { @@ -184,7 +184,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp "Microsoft.Windows.Compatibility" ], "versionOverride": { - "net9.0": "9.0.0-rc.2.24474.4" + "net9.0": "9.0.0" } }, { diff --git a/src/Uno.Sdk/packages.json b/src/Uno.Sdk/packages.json index ea6c2efb1..d806ef5b0 100644 --- a/src/Uno.Sdk/packages.json +++ b/src/Uno.Sdk/packages.json @@ -133,7 +133,7 @@ "Microsoft.Extensions.Logging.Console" ], "versionOverride": { - "net9.0": "9.0.0-rc.2.24473.5" + "net9.0": "9.0.0" } }, { @@ -143,7 +143,7 @@ "Microsoft.Windows.Compatibility" ], "versionOverride": { - "net9.0": "9.0.0-rc.2.24474.4" + "net9.0": "9.0.0" } }, { diff --git a/src/Uno.Templates/content/unoapp/.template.config/template.json b/src/Uno.Templates/content/unoapp/.template.config/template.json index 0d0eb8e77..5554e4a67 100644 --- a/src/Uno.Templates/content/unoapp/.template.config/template.json +++ b/src/Uno.Templates/content/unoapp/.template.config/template.json @@ -2691,7 +2691,7 @@ }, { "condition": "(tfm == 'net9.0')", - "value": "9.0.0-rc.1.24431.7" + "value": "9.0.0" } ] } @@ -2710,7 +2710,7 @@ }, { "condition": "(tfm == 'net9.0')", - "value": "9.0.0-rc.1.24452.1" + "value": "9.0.0" } ] }