-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Matching functions now use NameValueCollection
Matching functions will now use NameValueCollection, as they should, since we're expecting HTTP headers.
- Loading branch information
Jesse Nicholson
committed
May 9, 2017
1 parent
e2aa16c
commit 8cfb27b
Showing
5 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>DistillNET</id> | ||
<version>1.0.1</version> | ||
<title>DistillNET</title> | ||
<authors>TechnikEmpire</authors> | ||
<owners>TechnikEmpire</owners> | ||
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.</description> | ||
<releaseNotes>Matching function(s) now use NameValueCollection.</releaseNotes> | ||
<copyright>Copyright 2017 Jesse Nicholson</copyright> | ||
<tags>DistillNET Adblock AdblockPlus Adblock-Plus URL-Filter URL-Filtering Content-Filter Filter</tags> | ||
<dependencies> | ||
<dependency id="EntityFramework" version="6.1.3"/> | ||
<dependency id="System.Data.SQLite" version="1.0.105.0"/> | ||
<dependency id="System.Data.SQLite.Core" version="1.0.105.0"/> | ||
<dependency id="System.Data.SQLite.EF6" version="1.0.105.0"/> | ||
<dependency id="System.Data.SQLite.Linq" version="1.0.105.0"/> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\DistillNET.dll" target="lib\DistillNET.dll"/> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters