Skip to content

Commit

Permalink
Copyright changed to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Jan 6, 2022
1 parent a5b6c70 commit 3f7f65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compare-NET-Objects/Compare-NET-Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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</PackageReleaseNotes>
<Copyright>Copyright © 2021 Kellerman Software</Copyright>
<Copyright>Copyright © 2022</Copyright>
<FileVersion>4.74.0.0</FileVersion>

<PackageLicenseFile>License.txt</PackageLicenseFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -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("")]

Expand Down

0 comments on commit 3f7f65c

Please sign in to comment.