AngleSharp by Florian Rappl

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

 AngleSharp 0.6.0

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.6.0</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>Major API changes, tree traversal, script and styling interfaces, performance improvements and bug fixes. Read more on the official project page at GitHub.</releaseNotes>
    <copyright>Copyright 2014, Florian Rappl.</copyright>
    <tags>html html5 css css3 dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text</tags>
  </metadata>
</package>