Index: Core/Common/test/Core.Common.Util.Test/Reflection/AssemblyUtilsTest.cs =================================================================== diff -u -r31ecd613c35ed0c82e4fadf6e752b469299149ef -r865f437368653d22dd3ee83c2b71e815dcde4b76 --- Core/Common/test/Core.Common.Util.Test/Reflection/AssemblyUtilsTest.cs (.../AssemblyUtilsTest.cs) (revision 31ecd613c35ed0c82e4fadf6e752b469299149ef) +++ Core/Common/test/Core.Common.Util.Test/Reflection/AssemblyUtilsTest.cs (.../AssemblyUtilsTest.cs) (revision 865f437368653d22dd3ee83c2b71e815dcde4b76) @@ -70,11 +70,10 @@ // Assert Assert.AreEqual("Deltares", assemblyInfo.Company); - Assert.AreEqual("Copyright � Deltares 2019", assemblyInfo.Copyright); - Assert.IsEmpty(assemblyInfo.Description); + Assert.AreEqual("Copyright � Deltares 2020", assemblyInfo.Copyright); Assert.AreEqual("Core.Common.Util.Test", assemblyInfo.Product); Assert.AreEqual("Core.Common.Util.Test", assemblyInfo.Title); - StringAssert.StartsWith("19.2.1.", assemblyInfo.Version); + StringAssert.StartsWith("20.1.1", assemblyInfo.Version); } [Test]