Index: Core/Common/test/Core.Common.Util.Test/Reflection/AssemblyUtilsTest.cs =================================================================== diff -u -r6a87577fa7123c62be24c8f7a192a496fe41f8fb -r2394622c7953d2c0360b7547a5484fee39baa188 --- Core/Common/test/Core.Common.Util.Test/Reflection/AssemblyUtilsTest.cs (.../AssemblyUtilsTest.cs) (revision 6a87577fa7123c62be24c8f7a192a496fe41f8fb) +++ Core/Common/test/Core.Common.Util.Test/Reflection/AssemblyUtilsTest.cs (.../AssemblyUtilsTest.cs) (revision 2394622c7953d2c0360b7547a5484fee39baa188) @@ -69,8 +69,8 @@ AssemblyUtils.AssemblyInfo assemblyInfo = AssemblyUtils.GetAssemblyInfo(assembly); // Assert - Assert.AreEqual("Deltares", assemblyInfo.Company); - Assert.AreEqual("Copyright © Deltares 2022", assemblyInfo.Copyright); + Assert.AreEqual("Stichting Deltares and State of the Netherlands", assemblyInfo.Company); + Assert.AreEqual("Copyright © Stichting Deltares and State of the Netherlands 2023", assemblyInfo.Copyright); Assert.AreEqual("Core.Common.Util.Test", assemblyInfo.Product); Assert.AreEqual("Core.Common.Util.Test", assemblyInfo.Title); StringAssert.StartsWith("23.1.1.1", assemblyInfo.Version);