From c69cfa6c4ba635859e60806a1980fc3864340cc5 Mon Sep 17 00:00:00 2001 From: "calvin@codingwithcalvin.net" Date: Tue, 30 Dec 2025 15:25:26 -0500 Subject: [PATCH] docs: update README badges to for-the-badge style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 186777c..cb40b46 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CodingWithCalvin.VsixSdk -[![NuGet](https://img.shields.io/nuget/v/CodingWithCalvin.VsixSdk.svg)](https://www.nuget.org/packages/CodingWithCalvin.VsixSdk) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![NuGet](https://img.shields.io/nuget/v/CodingWithCalvin.VsixSdk?style=for-the-badge)](https://www.nuget.org/packages/CodingWithCalvin.VsixSdk) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](https://opensource.org/licenses/MIT) An MSBuild SDK that brings modern SDK-style `.csproj` files to Visual Studio extension development. No more XML soup! 🎉