From fc8e5c1fe4ff748bae2254eeb865cf5aaca0c069 Mon Sep 17 00:00:00 2001 From: Shreyas Jejurkar Date: Fri, 21 May 2021 17:19:14 +0530 Subject: [PATCH] chore (Badge) : Add .NET foundation badge 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 cf082b8725c..abfa3e03b2a 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)