From b450249c8a3343c46f5e8c4ac34ee61d5796dd49 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Garcia Date: Sat, 30 Dec 2023 15:38:21 +0100 Subject: [PATCH] Update README.md replace appveyor with github actions and add tag and nuget package badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b583db..2bff6af 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Implementation of the Money Value Object to support representing moneys in the currencies defined in the ISO 4217 standard -[![Build status](https://ci.appveyor.com/api/projects/status/n8378j7abyui3hwb?svg=true)](https://ci.appveyor.com/project/dgg/nmoneys) +![GitHub tag NMoneys)](https://img.shields.io/github/v/tag/dgg/nmoneys?logo=github&label=NMoneys) +[![Build status](https://github.com/dgg/nmoneys/actions/workflows/build.yml/badge.svg)](https://github.com/dgg/nmoneys/actions/workflows/build.yml) [![Coverage Status](https://coveralls.io/repos/github/dgg/nmoneys/badge.svg?branch=master)](https://coveralls.io/github/dgg/nmoneys?branch=master) [![codecov](https://codecov.io/gh/dgg/nmoneys/branch/master/graph/badge.svg)](https://codecov.io/gh/dgg/nmoneys) +![Nuget NMoneys](https://img.shields.io/nuget/v/nmoneys?logo=nuget&label=NMoneys) # What