From 676096d25eb8035ed9920b83635eb8f621e2bae5 Mon Sep 17 00:00:00 2001 From: Robert Hague Date: Mon, 29 Jan 2024 18:44:16 +0100 Subject: [PATCH] Add a badge/link to the nuget in README and update the build badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 534529a86..483f4c497 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![QuickFIX/N][1]](http://quickfixn.org) -[![Build status](https://ci.appveyor.com/api/projects/status/ccu2yp2coad3oam0?svg=true)](https://ci.appveyor.com/project/cbusbey/quickfixn-jib50) +![Build status](https://github.com/connamara/quickfixn/actions/workflows/dotnet.yml/badge.svg) +[![NuGet Version](https://img.shields.io/nuget/v/QuickFIXn.Core)](https://www.nuget.org/packages/QuickFIXn.Core/) For tutorials on how to use QuickFIX/n, visit the [website](http://quickfixn.org/tutorial/creating-an-application.html).