From fcbf71078105683cc1d02d89623f63721218ed97 Mon Sep 17 00:00:00 2001 From: Trevor Payne Date: Wed, 13 Jul 2022 12:30:15 -0500 Subject: [PATCH] fix: updated AssemblyInfo copyright date --- PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs b/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs index b31431b..e8f1480 100644 --- a/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs +++ b/PDT.EssentialsPluginTemplate.EPI/Properties/AssemblyInfo.cs @@ -3,6 +3,6 @@ [assembly: AssemblyTitle("EssentialsPluginTemplateEpi")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("EssentialsPluginTemplateEpi")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © 2022")] [assembly: AssemblyVersion("1.0.0.*")]