Skip to content

Commit

Permalink
Added nuget badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Feb 20, 2015
1 parent 8f9b69b commit 92e8ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<ILoveThisFramework>();

Expand Down

0 comments on commit 92e8ed9

Please sign in to comment.