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("")] 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).