From 1e0373bcbea031f31570edbc4424bbe5052f858c Mon Sep 17 00:00:00 2001 From: Cai <13110818005@qq.com> Date: Fri, 2 May 2025 14:15:03 +0800 Subject: [PATCH 1/2] update TShock version --- .../content/Plugin-CSharp/.template.config/ide.host.json | 2 +- .../content/Plugin-CSharp/.template.config/template.json | 6 ++++++ .../content/Plugin-FSharp/.template.config/ide.host.json | 2 +- .../content/Plugin-FSharp/.template.config/template.json | 6 ++++++ .../Plugin-VisualBasic/.template.config/ide.host.json | 2 +- .../Plugin-VisualBasic/.template.config/template.json | 6 ++++++ 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/ide.host.json b/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/ide.host.json index eb664d0..02d33e5 100644 --- a/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/ide.host.json +++ b/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/ide.host.json @@ -12,7 +12,7 @@ "id": "TShockVersion", "isVisible": true, "persistenceScope": "shared", - "defaultValue": "5.2.1" + "defaultValue": "5.2.3" }, { "id": "GeneratedClassName", diff --git a/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/template.json b/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/template.json index 9f54c1d..b74505b 100644 --- a/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/template.json +++ b/TShock.Plugin.ProjectTemplates/content/Plugin-CSharp/.template.config/template.json @@ -53,6 +53,12 @@ "type": "parameter", "datatype": "choice", "choices": [ + { + "choice": "5.2.3" + }, + { + "choice": "5.2.2" + }, { "choice": "5.2.1" }, diff --git a/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/ide.host.json b/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/ide.host.json index eb664d0..02d33e5 100644 --- a/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/ide.host.json +++ b/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/ide.host.json @@ -12,7 +12,7 @@ "id": "TShockVersion", "isVisible": true, "persistenceScope": "shared", - "defaultValue": "5.2.1" + "defaultValue": "5.2.3" }, { "id": "GeneratedClassName", diff --git a/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/template.json b/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/template.json index 18b066f..70dd1c5 100644 --- a/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/template.json +++ b/TShock.Plugin.ProjectTemplates/content/Plugin-FSharp/.template.config/template.json @@ -53,6 +53,12 @@ "type": "parameter", "datatype": "choice", "choices": [ + { + "choice": "5.2.3" + }, + { + "choice": "5.2.2" + }, { "choice": "5.2.1" }, diff --git a/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/ide.host.json b/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/ide.host.json index eb664d0..02d33e5 100644 --- a/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/ide.host.json +++ b/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/ide.host.json @@ -12,7 +12,7 @@ "id": "TShockVersion", "isVisible": true, "persistenceScope": "shared", - "defaultValue": "5.2.1" + "defaultValue": "5.2.3" }, { "id": "GeneratedClassName", diff --git a/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/template.json b/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/template.json index 0b06a48..8f8a145 100644 --- a/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/template.json +++ b/TShock.Plugin.ProjectTemplates/content/Plugin-VisualBasic/.template.config/template.json @@ -53,6 +53,12 @@ "type": "parameter", "datatype": "choice", "choices": [ + { + "choice": "5.2.3" + }, + { + "choice": "5.2.2" + }, { "choice": "5.2.1" }, From e44b1b4722de9499948530e5a66cf57980f27372 Mon Sep 17 00:00:00 2001 From: Cai <13110818005@qq.com> Date: Fri, 2 May 2025 14:22:22 +0800 Subject: [PATCH 2/2] update package version --- .../TShock.Plugin.ProjectTemplates.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShock.Plugin.ProjectTemplates/TShock.Plugin.ProjectTemplates.csproj b/TShock.Plugin.ProjectTemplates/TShock.Plugin.ProjectTemplates.csproj index 6fed7b5..d888c95 100644 --- a/TShock.Plugin.ProjectTemplates/TShock.Plugin.ProjectTemplates.csproj +++ b/TShock.Plugin.ProjectTemplates/TShock.Plugin.ProjectTemplates.csproj @@ -1,7 +1,7 @@ net6.0 - 1.1.0 + 1.2.0 False False False