From 3e9919b2fc02d25f53716d9c6e2b709f4a2466f5 Mon Sep 17 00:00:00 2001 From: Deantwo Date: Thu, 14 Dec 2017 14:12:10 +0100 Subject: [PATCH] Added NuGet Badge to ReadMe Found this sweet little trick on another project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4396a66..b0ac189 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/AsterNET/AsterNET.svg?branch=master)](https://travis-ci.org/AsterNET/AsterNET) +[![NuGet](https://img.shields.io/nuget/v/AsterNET.svg)](https://www.nuget.org/packages/AsterNET) AsterNET is an open source framework for Asterisk AMI and FastAGI. AsterNET allows you to talk to Asterisk AMI from any .NET application and create FastAGI applications in any .NET language.