We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4600029 commit a389085Copy full SHA for a389085
Directory.Build.props
@@ -6,7 +6,7 @@
6
<AssemblyTitle>$(MSBuildProjectName)</AssemblyTitle>
7
8
<BuildNumber>0</BuildNumber>
9
- <MeshKernelNETVersion>5.0.1</MeshKernelNETVersion>
+ <MeshKernelNETVersion>5.0.2</MeshKernelNETVersion>
10
<Version>$(MeshKernelNETVersion).$(BuildNumber)</Version>
11
<FileVersion>$(Version)</FileVersion>
12
</PropertyGroup>
nuget/MeshKernelNET.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
<id>MeshKernelNET</id>
5
- <version>5.0.1</version>
+ <version>5.0.2</version>
<title>Deltares meshing library</title>
<authors>Deltares</authors>
<owners>Deltares</owners>
0 commit comments