From 7b9369906267ede79fbf575b33351f61b8b6e48a Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Date: Tue, 27 Oct 2015 12:53:15 -0700
Subject: [PATCH] Add nuget version badge

---
 src/csharp/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/csharp/README.md b/src/csharp/README.md
index b215d5aa07..73046ab2cb 100644
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -1,3 +1,4 @@
+[![Nuget](https://img.shields.io/nuget/v/Grpc.svg)](http://www.nuget.org/packages/Grpc/)
 gRPC C#
 =======
 
@@ -196,4 +197,4 @@ Internally, gRPC C# uses a native library written in C (gRPC C core) and invokes
 [gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
 [grpc.io]: http://www.grpc.io/docs/installation/csharp.html
 [Debian jessie-backports]:http://backports.debian.org/Instructions/
-[Helloworld example]:../../examples/csharp/helloworld
\ No newline at end of file
+[Helloworld example]:../../examples/csharp/helloworld
-- 
GitLab