From 3f7f65c3e47e9d7107b6668b62efcb62a8bb25f4 Mon Sep 17 00:00:00 2001 From: Greg Finzer Date: Thu, 6 Jan 2022 14:45:13 -0500 Subject: [PATCH] Copyright changed to 2022 --- Compare-NET-Objects/Compare-NET-Objects.csproj | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Compare-NET-Objects/Compare-NET-Objects.csproj b/Compare-NET-Objects/Compare-NET-Objects.csproj index ed0825e..50d84f0 100644 --- a/Compare-NET-Objects/Compare-NET-Objects.csproj +++ b/Compare-NET-Objects/Compare-NET-Objects.csproj @@ -29,7 +29,7 @@ New config option to IgnoreConcreteTypes by goyzhang https://github.com/GregFinzer/Compare-Net-Objects/issues/232 Fix for circular references in EnumerableComparer by idealist1508 https://github.com/GregFinzer/Compare-Net-Objects/issues/237 - Copyright © 2021 Kellerman Software + Copyright © 2022 4.74.0.0 License.txt diff --git a/Compare-Net-Objects-Integration-Tests/Properties/AssemblyInfo.cs b/Compare-Net-Objects-Integration-Tests/Properties/AssemblyInfo.cs index 7708e24..594a60b 100644 --- a/Compare-Net-Objects-Integration-Tests/Properties/AssemblyInfo.cs +++ b/Compare-Net-Objects-Integration-Tests/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Kellerman Software")] [assembly: AssemblyProduct("Compare-Net-Objects-Integration-Tests")] -[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyCopyright("Copyright © 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]