CsQueryLaster 1.3.5.200

dotnet add package CsQueryLaster --version 1.3.5.200
NuGet\Install-Package CsQueryLaster -Version 1.3.5.200
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="CsQueryLaster" Version="1.3.5.200" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsQueryLaster --version 1.3.5.200
#r "nuget: CsQueryLaster, 1.3.5.200"
#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 CsQueryLaster as a Cake Addin
#addin nuget:?package=CsQueryLaster&version=1.3.5.200

// Install CsQueryLaster as a Cake Tool
#tool nuget:?package=CsQueryLaster&version=1.3.5.200

CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods.

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.200 20,335 9/11/2015

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.

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