From c3b6768ed7e52191a4ebbaccf2b9b7c8473bb1aa Mon Sep 17 00:00:00 2001 From: Andrey Dorokhov Date: Tue, 2 Jan 2018 20:27:05 +0300 Subject: [PATCH] Add AppVeyor build status badge (#331) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1610b4c2..728f69116 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Join the chat at https://gitter.im/Azure/DotNetty](https://img.shields.io/gitter/room/Azure/DotNetty.js.svg?style=flat-square)](https://gitter.im/Azure/DotNetty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Available on NuGet https://www.nuget.org/packages?q=DotNetty](https://img.shields.io/nuget/v/DotNetty.Common.svg?style=flat-square)](https://www.nuget.org/packages?q=DotNetty) +[![AppVeyor](https://img.shields.io/appveyor/ci/nayato/dotnetty.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/nayato/dotnetty) DotNetty is a port of [Netty](https://github.com/netty/netty), asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.