From 2fe5451ed1ff47ff03a741cc56bf201ff3d1acc1 Mon Sep 17 00:00:00 2001 From: Shreyas Jejurkar Date: Sat, 3 Jul 2021 06:30:19 +0530 Subject: [PATCH] chore (Badge) : Add .NET foundation badge (#4550) 1. Found the .NET foundation badge at https://img.shields.io/badge/.NET%20Foundation-blueviolet.svg 2. Add to badge collection. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf082b87..abfa3e03 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Windows Presentation Foundation (WPF) - +[![.NET Foundation](https://img.shields.io/badge/.NET%20Foundation-blueviolet.svg)](https://www.dotnetfoundation.org/) [![Build Status](https://dnceng.visualstudio.com/public/_apis/build/status/dotnet/wpf/dotnet-wpf%20CI)](https://dnceng.visualstudio.com/public/_build/latest?definitionId=270) [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/dotnet/wpf/blob/master/LICENSE.TXT)