From 906dd9eb66c1b41e2fafadc8b5ea8d319101658e Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sun, 19 Jun 2016 17:48:18 +0200 Subject: [PATCH] Added nuget badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a541f0ec..dfdb1a0e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Version](https://img.shields.io/nuget/vpre/SSH.NET.svg)](https://www.nuget.org/packages/SSH.NET) + #Introduction# This project was inspired by **Sharp.SSH** library which was ported from java and it seems like was not supported for quite some time. This library is a complete rewrite, without any third party dependencies, using parallelism to achieve the best performance possible.