From ba8dd516e626e1ea62a937ea1dc8a0ca6568d590 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Sun, 21 Aug 2022 12:32:46 +0200 Subject: [PATCH] Fixing readme --- AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj | 7 ++----- .../AMWD.Common.EntityFrameworkCore.csproj | 7 ++----- AMWD.Common.Moq/AMWD.Common.Moq.csproj | 7 ++----- AMWD.Common/AMWD.Common.csproj | 9 +++------ README.md | 3 ++- 5 files changed, 11 insertions(+), 22 deletions(-) diff --git a/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj b/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj index cafa018..75cae53 100644 --- a/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj +++ b/AMWD.Common.AspNetCore/AMWD.Common.AspNetCore.csproj @@ -6,7 +6,7 @@ AMWD.Common.AspNetCore AMWD.Common.AspNetCore - {semvertag:main}{!:-dirty} + {semvertag:main}{!:~dirty} true false @@ -43,10 +43,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj b/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj index 72c437b..e6edb79 100644 --- a/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj +++ b/AMWD.Common.EntityFrameworkCore/AMWD.Common.EntityFrameworkCore.csproj @@ -6,7 +6,7 @@ AMWD.Common.EntityFrameworkCore AMWD.Common.EntityFrameworkCore - {semvertag:main}{!:-dirty} + {semvertag:main}{!:~dirty} true false @@ -55,10 +55,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AMWD.Common.Moq/AMWD.Common.Moq.csproj b/AMWD.Common.Moq/AMWD.Common.Moq.csproj index 43c34fc..9adc2d2 100644 --- a/AMWD.Common.Moq/AMWD.Common.Moq.csproj +++ b/AMWD.Common.Moq/AMWD.Common.Moq.csproj @@ -6,7 +6,7 @@ AMWD.Common.Moq AMWD.Common.Moq - {semvertag:main}{!:-dirty} + {semvertag:main}{!:~dirty} true false @@ -42,10 +42,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/AMWD.Common/AMWD.Common.csproj b/AMWD.Common/AMWD.Common.csproj index eaeb023..f0df83b 100644 --- a/AMWD.Common/AMWD.Common.csproj +++ b/AMWD.Common/AMWD.Common.csproj @@ -6,7 +6,7 @@ AMWD.Common AMWD.Common - {semvertag:main}{!:-dirty} + {semvertag:main}{!:~dirty} true false @@ -36,7 +36,7 @@ true - + @@ -45,10 +45,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/README.md b/README.md index cdb8c66..a8cea2b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ To save time, they are all packed to NuGet packages. | AMWD.Common | ![https://nuget.am-wd.de/packages/amwd.common/](https://services.am-wd.de/nuget.php?package=AMWD.Common) | | AMWD.Common.AspNetCore | ![https://nuget.am-wd.de/packages/amwd.common.aspnetcore/](https://services.am-wd.de/nuget.php?package=AMWD.Common.AspNetCore) | | AMWD.Common.EntityFrameworkCore | ![https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/](https://services.am-wd.de/nuget.php?package=AMWD.Common.EntityFrameworkCore) | -| CI / CD | ![https://git.am-wd.de/AM.WD/common/-/pipelines](https://git.am-wd.de/AM.WD/common/badges/master/pipeline.svg?style=flat-square) ![https://git.am-wd.de/AM.WD/common/-/tree/master](https://git.am-wd.de/AM.WD/common/badges/master/coverage.svg?style=flat-square) | +| AMWD.Common.Moq | ![https://nuget.am-wd.de/packages/amwd.common.moq/](https://services.am-wd.de/nuget.php?package=AMWD.Common.Moq) | +| CI / CD | ![https://git.am-wd.de/AM.WD/common/-/pipelines](https://git.am-wd.de/AM.WD/common/badges/main/pipeline.svg?style=flat-square) ![https://git.am-wd.de/AM.WD/common/-/tree/main](https://git.am-wd.de/AM.WD/common/badges/main/coverage.svg?style=flat-square) | ## Documentation