From b506e488e80ec3d43c4703ba2ad0bb59e5ff9ee1 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 29 Sep 2016 11:32:31 +0100 Subject: [PATCH] Add build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ca0ea45..83c2d35c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can un The major feature is support for non-seekable streams so large files can be processed on the fly (i.e. download stream). +[![Build status](https://ci.appveyor.com/api/projects/status/voxg971oemmvxh1e/branch/master?svg=true)](https://ci.appveyor.com/project/adamhathcock/sharpcompress/branch/master) + ## Need Help? Post Issues on Github!