From 931926575ecec508b441d9e4be382e9b103ec027 Mon Sep 17 00:00:00 2001 From: Leo Mengesha Date: Thu, 25 Jun 2026 15:44:15 +0100 Subject: [PATCH] Add build status badge to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c94da..b8f2372 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![NuGet](https://img.shields.io/nuget/v/altered)](https://www.nuget.org/packages/altered/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Build Status](https://img.shields.io/github/actions/workflow/status/bargross/altered/dotnet.yml?branch=main)](https://github.com/bargross/altered/actions) # Altered @@ -313,4 +314,4 @@ DiffGenerator.Generate(original, modified); - `TypeConfigurator` throws when mixing Ignore and Include on the same type. This prevents undefined behavior. If you need both modes, configure separate types or use different configurator instances. -### Version 1.0.2 Changelog [here](https://github.com/bargross/altered/blob/main/Altered/Altered/Version-1.0.2-changelog.md) \ No newline at end of file +### Version 1.0.2 Changelog [here](https://github.com/bargross/altered/blob/main/Altered/Altered/Version-1.0.2-changelog.md)