From c3c29eb185f09ff739b14b300d218916e6471a85 Mon Sep 17 00:00:00 2001 From: Prisca van der Sluis Date: Wed, 26 Feb 2025 08:54:32 +0100 Subject: [PATCH 1/2] D3DFMIQ-3773: Use variable to fill in copy right year --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 201b560..dada8ae 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ Deltares - Copyright © Deltares 2023 + Copyright © Deltares $([System.DateTime]::Now.Year) $(MSBuildProjectName) $(MSBuildProjectName) From be29e6833f6d97062f09f500ae0e22d741a69bec Mon Sep 17 00:00:00 2001 From: Prisca van der Sluis Date: Wed, 26 Feb 2025 12:50:57 +0100 Subject: [PATCH 2/2] D3DFMIQ-3773: Use replacement token for copyright year in nuspec file --- nuget/MeshKernelNET.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/MeshKernelNET.nuspec b/nuget/MeshKernelNET.nuspec index e1bfdb4..c9bd74d 100644 --- a/nuget/MeshKernelNET.nuspec +++ b/nuget/MeshKernelNET.nuspec @@ -8,7 +8,7 @@ Deltares false This is a package containing a managed dll wrapping around the native dll of MeshKernel. This native dll is a library containing functionality to generate and edit 1D, 2D meshes. - Deltares + Copyright © Deltares $copyrightYear$