Skip to content

Commit ea780c3

Browse files
author
Jesse Nicholson
committed
Bump version & nuget release to 1.0.3
Bump version & nuget release to 1.0.3
1 parent 6e68a9a commit ea780c3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

DistillNET/DistillNET/DistillNET.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<package >
33
<metadata>
44
<id>DistillNET</id>
5-
<version>1.0.1</version>
5+
<version>1.0.3</version>
66
<title>DistillNET</title>
77
<authors>TechnikEmpire</authors>
88
<owners>TechnikEmpire</owners>
9-
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<projectUrl>https://github.com/TechnikEmpire/DistillNET</projectUrl>
10+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
11+
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
1112
<description>DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.</description>
1213
<releaseNotes>Matching function(s) now use NameValueCollection.</releaseNotes>
1314
<copyright>Copyright 2017 Jesse Nicholson</copyright>

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.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
35+
[assembly: AssemblyVersion("1.0.3.0")]
36+
[assembly: AssemblyFileVersion("1.0.3.0")]

0 commit comments

Comments
 (0)