Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Company>Deltares</Company>
<Copyright>Copyright © Deltares 2023</Copyright>
<Copyright>Copyright © Deltares $([System.DateTime]::Now.Year)</Copyright>
<Product>$(MSBuildProjectName)</Product>
<AssemblyTitle>$(MSBuildProjectName)</AssemblyTitle>

Expand Down
2 changes: 1 addition & 1 deletion nuget/MeshKernelNET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<owners>Deltares</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<copyright>Deltares</copyright>
<copyright>Copyright © Deltares $copyrightYear$</copyright>
<dependencies>
<dependency id="NetTopologySuite" version="1.15.0" />
</dependencies>
Expand Down