DistillNET 1.1.5

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

// Install DistillNET as a Cake Tool
#tool nuget:?package=DistillNET&version=1.1.5

DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.

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.

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.6.6 2,186 11/10/2019
1.6.5 870 8/24/2019
1.6.4 671 5/25/2019
1.6.3 856 12/10/2018
1.6.2 850 9/28/2018
1.6.1 1,043 6/2/2018
1.6.0 1,017 5/29/2018
1.5.0 1,016 4/9/2018
1.4.6 1,000 4/9/2018
1.4.5 1,229 12/8/2017
1.4.4 1,170 11/25/2017
1.4.0 1,042 10/31/2017
1.3.1 982 9/12/2017
1.2.0 998 6/14/2017
1.1.5 979 5/15/2017
1.1.4 1,003 5/15/2017
1.0.4 996 5/15/2017
1.0.3 1,069 5/14/2017
1.0.1 1,147 5/9/2017
1.0.0 1,103 5/8/2017

Fixes an issue with input sanitization, namely trimming always to avoid mismatched EOL issues that put newlines or returns in rules. DB lock mode is now normal rather than exclusive, and a long lock acquire timeout has been added.