From 2a8a936b6f4217005c3df81793e384c76b6f2b4a Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Fri, 3 Jan 2020 10:28:27 -0500 Subject: [PATCH] chore: Updating AssemblyInfo --- 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 fae3151..fa4a75c 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 2019")] +[assembly: AssemblyCopyright("Copyright © ICD Systems 2020")] [assembly: AssemblyVersion("10.2.0.0")]