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 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" },