From d70accb2944a4d34aa8bf63da9e6c6008de3a9bc Mon Sep 17 00:00:00 2001 From: Jaben Cargman Date: Fri, 20 Sep 2024 01:14:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7dd6a..e8c8e21 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Common.Logging.Serilog ===== -[![NuGet version](https://badge.fury.io/nu/Common.Logging.Serilog.svg)](https://badge.fury.io/nu/Common.Logging.Serilog) [![Build status](https://ci.appveyor.com/api/projects/status/0t8oqa6n5bu2t3qa/branch/master?svg=true)](https://ci.appveyor.com/project/Jaben/common-logging-serilog/branch/master) +[![NuGet version](https://badge.fury.io/nu/Common.Logging.Serilog.svg)](https://badge.fury.io/nu/Common.Logging.Serilog) [![Build and Push to Nuget](https://github.com/ChangemakerStudios/Common.Logging.Serilog/actions/workflows/main.yml/badge.svg)](https://github.com/ChangemakerStudios/Common.Logging.Serilog/actions/workflows/main.yml) *Common.Logging.Serilog* is an adapter that bridges the [Common.Logging](https://netcommon.sourceforge.net/) abstraction with [Serilog](https://serilog.net/), allowing you to use Serilog as the underlying logging framework in applications that rely on Common.Logging.