Skip to content

Commit

Permalink
Bump version & nuget release to 1.0.3
Browse files Browse the repository at this point in the history
Bump version & nuget release to 1.0.3
  • Loading branch information
Jesse Nicholson committed May 14, 2017
1 parent 6e68a9a commit ea780c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions DistillNET/DistillNET/DistillNET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<package >
<metadata>
<id>DistillNET</id>
<version>1.0.1</version>
<version>1.0.3</version>
<title>DistillNET</title>
<authors>TechnikEmpire</authors>
<owners>TechnikEmpire</owners>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/TechnikEmpire/DistillNET</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<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>
Expand Down
4 changes: 2 additions & 2 deletions DistillNET/DistillNET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]

0 comments on commit ea780c3

Please sign in to comment.