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.
<PackageVersion Include="CsQueryLaster" Version="1.3.5.200" />
                    
Directory.Packages.props
<PackageReference Include="CsQueryLaster" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package CsQueryLaster@1.3.5.200
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CsQueryLaster&version=1.3.5.200
                    
Install as a Cake Addin
#tool nuget:?package=CsQueryLaster&version=1.3.5.200
                    
Install as a Cake Tool

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 21,083 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