CsQuery 1.3.4

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CsQuery --version 1.3.4
NuGet\Install-Package CsQuery -Version 1.3.4
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="CsQuery" Version="1.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsQuery --version 1.3.4
#r "nuget: CsQuery, 1.3.4"
#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 CsQuery as a Cake Addin
#addin nuget:?package=CsQuery&version=1.3.4

// Install CsQuery as a Cake Tool
#tool nuget:?package=CsQuery&version=1.3.4

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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (2)

Showing the top 2 NuGet packages that depend on CsQuery:

Package Downloads
Nancy.Testing

Test harness for Nancy applications.

PreMailer.Net

PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.

GitHub repositories (18)

Showing the top 5 popular GitHub repositories that depend on CsQuery:

Repository Stars
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
Handlebars-Net/Handlebars.Net
A real .NET Handlebars engine
etishor/Metrics.NET
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
Recognos/Metrics.NET
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
TerribleDev/OwinOAuthProviders
OAuth providers for Owin
Version Downloads Last updated
1.3.5-beta5 11,041 6/4/2013
1.3.5-beta3 1,814 3/8/2013
1.3.5-beta2 375 3/5/2013
1.3.5-beta1 140 3/5/2013
1.3.4 132,747 2/5/2013
1.3.4-beta1 154 1/29/2013
1.3.3 29,939 1/3/2013
1.3.2 656 12/17/2012
1.3.1 2,520 11/8/2012
1.3.0 1,184 10/16/2012
1.3.0-beta2 151 10/8/2012
1.3.0-beta1 283 9/26/2012
1.2.1 1,197 8/21/2012
1.2.0 280 8/8/2012
1.1.3.1 280 7/23/2012
1.1.3 240 7/17/2012
1.1.2.2 236 7/3/2012
1.1.2.1 218 6/28/2012
1.1.2 198 6/26/2012
1.1.1 212 6/15/2012
1.1.0 205 6/13/2012
1.0.1.30111 280 6/7/2012

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