From 5be6a0e467afef1bfb50c6236d9be82f0048f58d Mon Sep 17 00:00:00 2001 From: Scott Willcox Date: Wed, 16 Apr 2025 09:47:21 +0200 Subject: [PATCH] Update README.md Added SonarCloud Quality gate status --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b1afdc..d01c4768 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # MeshKernelNET + +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Deltares_MeshKernelNET&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Deltares_MeshKernelNET) + .NET wrapper for the MeshKernel library `MeshKernelNET` is a small C# wrapper around the `MeshKernel`. `MeskKernel` is a library for creating and editing meshes. It supports 1D and 2D unstructured meshes. The underlying C++ library `MeshKernel` can be found [here](https://github.com/Deltares/MeshKernel). # Installation -`MeshKernelNET` provides a nuspec file to generate a nuget package. This nuget package can be used in your solution. \ No newline at end of file +`MeshKernelNET` provides a nuspec file to generate a nuget package. This nuget package can be used in your solution.