From c2ab2f1ebd8a3f8bbbafd3e6e8cf19d794a7a17d Mon Sep 17 00:00:00 2001 From: Jake <64terabytesdev@gmail.com> Date: Tue, 10 Mar 2026 03:21:31 +0000 Subject: [PATCH 1/2] Port template to .NET 9 and update to TShock version 6 --- PluginTemplate/PluginTemplate.csproj | 4 ++-- PluginTemplate/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PluginTemplate/PluginTemplate.csproj b/PluginTemplate/PluginTemplate.csproj index 70629d3..7183722 100644 --- a/PluginTemplate/PluginTemplate.csproj +++ b/PluginTemplate/PluginTemplate.csproj @@ -1,11 +1,11 @@ - net6.0 + net9.0 enable enable false - + diff --git a/PluginTemplate/Properties/AssemblyInfo.cs b/PluginTemplate/Properties/AssemblyInfo.cs index fb50170..fd2b4d1 100644 --- a/PluginTemplate/Properties/AssemblyInfo.cs +++ b/PluginTemplate/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PluginTemplate")] -[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyCopyright("Copyright © 2026")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] From cff765e2727b848b7d7510fa05375ffeaf9499cb Mon Sep 17 00:00:00 2001 From: Jake <64terabytesdev@gmail.com> Date: Tue, 10 Mar 2026 14:24:43 +1100 Subject: [PATCH 2/2] Update TShock documentation link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd90760..91f1983 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This repository acts as a baseline plugin to allow you to quickly and easily cre # Plugin Development -For more information on TShock plugin development feel free to visit the [TShock repository](https://github.com/Pryaxis/TShock), the [TShock documentation](https://ikebukuro.tshock.co), the [TShock ReadMe](https://tshock.readme.io/docs/) or the official [TShock Discord](https://discord.com/invite/Cav9nYX). +For more information on TShock plugin development feel free to visit the [TShock repository](https://github.com/Pryaxis/TShock), the [TShock documentation](https://github.com/Pryaxis/TShock/wiki), the [TShock ReadMe](https://tshock.readme.io/docs/) or the official [TShock Discord](https://discord.com/invite/Cav9nYX).