From a525dfa28f2947a1dfbfab0e95579fa65aed4bc5 Mon Sep 17 00:00:00 2001 From: Rebornix Date: Mon, 4 May 2015 14:23:11 +0800 Subject: [PATCH] Add a link to C# port of Shield style badge lib. When we try to add a badge service to [visual studio gallery](visualstudiogallery.msdn.microsoft.com), we find Shield is the best option but there is no .NET implementation. So we port it to [.NET](https://github.com/rebornix/DotBadge) for better code integration. I'll appreciate it if you can add a link to C# port of Shield badge library and CLI, which can bring more audience to this tiny draft project. But we can understand if you don't, as it's not an official one :) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ba0e2c..6a72fd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ Other systems that produce badges following the same design, hosted elsewhere, a | shielded | JavaScript | [shielded][shielded issues] | | [buckler.repl.ca][] | Go | [buckler][buckler issues] | | old img.shields.io (discontinued) | Python | [img.shields.io-old][] | +| DotBadge | C# | [DotBadge](https://github.com/rebornix/DotBadge/issues) | Please report **bugs** and discuss implementation specific concerns (performance characteristics, etc.) in the repository for the respective implementation.