From 92e8ed91820b572a524e7c746d030d673e2295eb Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 20 Feb 2015 02:32:59 -0300 Subject: [PATCH] Added nuget badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 52f523e55..b355a0189 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ moq The most popular and friendly mocking framework for .NET +[![NuGet downloads](https://img.shields.io/nuget/dt/Moq.svg)](https://www.nuget.org/packages/Moq) +[![Version](https://img.shields.io/nuget/v/Moq.svg)](https://www.nuget.org/packages/Moq) + ```csharp var mock = new Mock();