Skip to content

Commit

Permalink
Merge tag 'v4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Jan 29, 2024
2 parents 81f4914 + ea6d3bf commit 69067f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>
<PropertyGroup>
<Company>Deltares</Company>
<Copyright>Copyright © Deltares 2023</Copyright>
<Product>$(MSBuildProjectName)</Product>
<AssemblyTitle>$(MSBuildProjectName)</AssemblyTitle>
<PropertyGroup>
<Company>Deltares</Company>
<Copyright>Copyright © Deltares 2023</Copyright>
<Product>$(MSBuildProjectName)</Product>
<AssemblyTitle>$(MSBuildProjectName)</AssemblyTitle>

<BuildNumber>0</BuildNumber>
<MeshKernelNETVersion>3.0.1</MeshKernelNETVersion>
<Version>$(MeshKernelNETVersion).$(BuildNumber)</Version>
<FileVersion>$(Version)</FileVersion>
</PropertyGroup>
<BuildNumber>0</BuildNumber>
<MeshKernelNETVersion>4.0.0</MeshKernelNETVersion>
<Version>$(MeshKernelNETVersion).$(BuildNumber)</Version>
<FileVersion>$(Version)</FileVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Deltares.MeshKernel" Version="3.0.2.2814-dev" />
<PackageVersion Include="Deltares.MeshKernel" Version="4.0.1.2835" />
<PackageVersion Include="DHYDRO.SharedConfigurations" Version="1.0.0.27" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageVersion Include="NetTopologySuite" Version="1.15.0" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/MeshKernelNET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MeshKernelNET</id>
<version>3.0.1</version>
<version>4.0.0</version>
<title>Deltares meshing library</title>
<authors>Deltares</authors>
<owners>Deltares</owners>
Expand Down

0 comments on commit 69067f2

Please sign in to comment.