Skip to content

Commit 87203c9

Browse files
author
Jesse Nicholson
committed
Fix failure to commit transaction
Fixes #4
1 parent 4621a20 commit 87203c9

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

DistillNET/DistillNET/DistillNET.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>DistillNET</id>
5-
<version>1.0.3</version>
5+
<version>1.0.4</version>
66
<title>DistillNET</title>
77
<authors>TechnikEmpire</authors>
8+
<releaseNotes>Bug fix release resolving an issue failing to commit transactions.</releaseNotes>
89
<owners>TechnikEmpire</owners>
910
<projectUrl>https://github.com/TechnikEmpire/DistillNET</projectUrl>
1011
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1112
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
1213
<description>DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.</description>
13-
<releaseNotes>Matching function(s) now use NameValueCollection.</releaseNotes>
1414
<copyright>Copyright 2017 Jesse Nicholson</copyright>
1515
<tags>DistillNET Adblock AdblockPlus Adblock-Plus URL-Filter URL-Filtering Content-Filter Filter</tags>
1616
<dependencies>

DistillNET/DistillNET/DistillNET/FilterDbCollection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ private async Task<List<UrlFilter>> GetFiltersForDomain(string domain, bool isWh
395395
}
396396
}
397397
}
398+
tsx.Commit();
398399
}
399400

400401
return retVal;

DistillNET/DistillNET/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.3.0")]
36-
[assembly: AssemblyFileVersion("1.0.3.0")]
35+
[assembly: AssemblyVersion("1.0.4.0")]
36+
[assembly: AssemblyFileVersion("1.0.4.0")]

0 commit comments

Comments
 (0)