AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.3" />

 AngleSharp 0.2.3

AngleSharp is the ultimate angle brackets parser library. It currently parses HTML5 and CSS3 to construct a DOM based on the official W3C specification.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>AngleSharp</id>
    <version>0.2.3</version>
    <authors>Florian Rappl</authors>
    <owners>Florian Rappl</owners>
    <licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
    <projectUrl>http://github.com/FlorianRappl/AngleSharp</projectUrl>
    <iconUrl>https://raw.github.com/FlorianRappl/AngleSharp/master/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>AngleSharp is the ultimate angle brackets parser library. It currently parses HTML5 and CSS3 to construct a DOM based on the official W3C specification.</description>
    <releaseNotes>First release (pre-alpha).</releaseNotes>
    <copyright>Copyright 2013, Florian Rappl.</copyright>
    <tags>html html5 css css3 parser dom query selector attributes</tags>
  </metadata>
</package>