Skip to content

Commit

Permalink
GRIDEDIT-728: Bumped version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Nov 1, 2023
1 parent 8d38ab9 commit 1a712c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MeshKernelNET/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>2.0.0</version>
<version>3.0.0</version>
<title>Deltares meshing library</title>
<authors>Deltares</authors>
<owners>Deltares</owners>
Expand All @@ -21,4 +21,4 @@
<file src="bin\netstandard2.0\win-x64\native\MeshKernelApi.exp" target="content\native\MeshKernelApi.exp" />
<file src="bin\netstandard2.0\win-x64\native\MeshKernelApi.lib" target="content\native\MeshKernelApi.lib" />
</files>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Deltares.MeshKernel" Version="2.0.0-dev.2257" />
<PackageReference Include="Deltares.MeshKernel" Version="3.0.1.2503" />
<PackageReference Include="NetTopologySuite" Version="1.15.0" />
<PackageReference Include="protobuf-net" Version="2.4.6" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Deltares.MeshKernel" Version="2.0.0-dev.2257" />
<PackageReference Include="Deltares.MeshKernel" Version="3.0.1.2503" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NetTopologySuite" Version="1.15.0" />
<PackageReference Include="coverlet.collector" Version="3.0.2" />
Expand Down

0 comments on commit 1a712c9

Please sign in to comment.