From 066c9f93a7b6ccd77b9416e0a02b51d4cf4468b3 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Thu, 7 Feb 2019 15:32:49 -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 0cc6c3a..734ea9a 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 2018")] +[assembly: AssemblyCopyright("Copyright © ICD Systems 2019")] [assembly: AssemblyVersion("9.0.0.0")]