AngleSharp by AngleSharp

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

 AngleSharp 0.9.4

AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML 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.9.4</version>
    <authors>AngleSharp</authors>
    <owners>Florian Rappl</owners>
    <licenseUrl>https://github.com/AngleSharp/AngleSharp/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://anglesharp.github.io</projectUrl>
    <iconUrl>https://raw.github.com/AngleSharp/AngleSharp/master/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.</description>
    <releaseNotes>For all changes see: https://github.com/AngleSharp/AngleSharp/wiki/ChangeLog.</releaseNotes>
    <copyright>Copyright 2015, AngleSharp.</copyright>
    <tags>html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser</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.0.168" />
      </group>
      <group targetFramework="Silverlight5.0">
        <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
      </group>
    </dependencies>
  </metadata>
</package>