CsQueryLatest 1.3.5.210

dotnet add package CsQueryLatest --version 1.3.5.210
NuGet\Install-Package CsQueryLatest -Version 1.3.5.210
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CsQueryLatest" Version="1.3.5.210" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsQueryLatest --version 1.3.5.210
#r "nuget: CsQueryLatest, 1.3.5.210"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CsQueryLatest as a Cake Addin
#addin nuget:?package=CsQueryLatest&version=1.3.5.210

// Install CsQueryLatest as a Cake Tool
#tool nuget:?package=CsQueryLatest&version=1.3.5.210

CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 & CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. The majority of the jQuery test suite (as of 1.6.2) has been ported to C#.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.5.210 5,573 5/15/2018

Version 1.3.5.210 is compiled and published on the basis of the last commit by the author.The last commit time is 2015/12/15 11:32:17.

Version 1.3 is a major release. It implements a new C# port of the validator.nu HTML5 parser, a fully HTML5 compliant HTML parser.

Version 1.3.2 now handles the character set encoding properly when using HTTP get methods, as well as an encoding specified in META tags. It also contains bug fixes.

If OuterHtml or InnerHtml appears messy code like &#1100;, add the following code before use CQ class:
CsQuery.Config.HtmlEncoder = CsQuery.HtmlEncoders.None;

Complete change log:
https://github.com/jamietre/CsQuery/blob/master/source/README.md