Add AppVeyor badge

This commit is contained in:
Michael Ganss
2015-06-15 15:06:22 +02:00
parent 3b41b2bdf7
commit 0777d6d23e

View File

@@ -2,6 +2,7 @@ HtmlSanitizer
=============
[![Version](https://img.shields.io/nuget/v/HtmlSanitizer.svg)](https://www.nuget.org/packages/HtmlSanitizer)
[![Build status](https://ci.appveyor.com/api/projects/status/418bmfx643iae00c?svg=true)](https://ci.appveyor.com/project/mganss/htmlsanitizer)
HtmlSanitizer is a .NET library for cleaning HTML fragments from constructs that can lead to [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting).
It uses the excellent C# jQuery port [CsQuery](https://github.com/jamietre/CsQuery) to parse, manipulate, and render HTML and CSS.