From 0e7498a2d852fb617baedba9a4de1b6aeb0f86b2 Mon Sep 17 00:00:00 2001 From: samatstarion Date: Mon, 14 Oct 2024 09:58:15 +0200 Subject: [PATCH] [Update] README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b4b9371..47c6b404 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +![COMET-WEB-Community-Edition](https://raw.githubusercontent.com/STARIONGROUP/COMET-WEB-Community-Edition/development/COMET-WEB-Community-Edition.png) The CDP4-COMET-WEB Community Editition (CE) is the Starion Group open source Concurrent Design web based application compliant with ECSS-E-TM-10-25 Annex A and Annex C. The solution provides the following items: - COMET.Web.Common: A Common Library for any Blazor based application related to ECSS-E-TM-10-25. This can be used to develop various ECSS-E-TM-10-25 web applications and is distributed with the APACHE 2.0 license. @@ -42,10 +42,8 @@ The Concurrent Design method brings many advantages to the early design phase by The packages are available on Nuget at: -project | Nuget -------------------------------------------------------------------------------- | ------------ -[CDP4.WEB.Common](https://www.nuget.org/packages/CDP4.WEB.Common) | [![NuGet Badge](https://buildstats.info/nuget/CDP4.WEB.Common)](https://buildstats.info/nuget/CDP4.WEB.Common) -[CDP4.WEB.Common.Test](https://www.nuget.org/packages/CDP4.WEB.Common.Test) | [![NuGet Badge](https://buildstats.info/nuget/CDP4.WEB.Common.Test)](https://buildstats.info/nuget/CDP4.WEB.Common.Test) + - CDP4.WEB.Common: ![NuGet Version](https://img.shields.io/nuget/v/CDP4.WEB.Common) + - CDP4.WEB.Common.Test: ![NuGet Version](https://img.shields.io/nuget/v/CDP4.WEB.Common.Test) ## Web Application Build and Deploy using Docker - Manual