From 0c3c87308cbbe74b5a3f66af64b691e8ecc32fc9 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 5 Jan 2022 16:27:18 -0500 Subject: [PATCH] chore: Updating AssemblyInfo year --- ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index bb5f686..0cd2f7a 100644 --- a/ICD.Common.Utils/Properties/AssemblyInfo.cs +++ b/ICD.Common.Utils/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ using System.Reflection; [assembly: AssemblyTitle("ICD.Common.Utils")] [assembly: AssemblyCompany("ICD Systems")] [assembly: AssemblyProduct("ICD.Common.Utils")] -[assembly: AssemblyCopyright("Copyright © ICD Systems 2021")] +[assembly: AssemblyCopyright("Copyright © ICD Systems 2022")] [assembly: AssemblyVersion("16.0.1.0")]