AngleSharp by Florian Rappl

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

 AngleSharp 0.8.4

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/2012/06/nuspec.xsd">
  <metadata>
    <id>AngleSharp</id>
    <version>0.8.4</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>For all changes see: https://github.com/FlorianRappl/AngleSharp/wiki/ChangeLog.</releaseNotes>
    <copyright>Copyright 2015, 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>
    <dependencies>
      <group targetFramework=".NETPortable0.0-windows8+net45+windowsphone8+wpa" />
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETFramework4.0">
        <dependency id="Microsoft.Bcl.Async" version="1.1.168" />
      </group>
      <group targetFramework="Silverlight5.0">
        <dependency id="Microsoft.Bcl.Async" version="1.1.168" />
      </group>
    </dependencies>
  </metadata>
</package>