From ea780c3f3531213ebe967425ec24bcb3557ea575 Mon Sep 17 00:00:00 2001 From: Jesse Nicholson Date: Sat, 13 May 2017 21:50:10 -0400 Subject: [PATCH] Bump version & nuget release to 1.0.3 Bump version & nuget release to 1.0.3 --- DistillNET/DistillNET/DistillNET.nuspec | 7 ++++--- DistillNET/DistillNET/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DistillNET/DistillNET/DistillNET.nuspec b/DistillNET/DistillNET/DistillNET.nuspec index ef27ea0..064aeef 100644 --- a/DistillNET/DistillNET/DistillNET.nuspec +++ b/DistillNET/DistillNET/DistillNET.nuspec @@ -2,12 +2,13 @@ DistillNET - 1.0.1 + 1.0.3 DistillNET TechnikEmpire TechnikEmpire - https://www.mozilla.org/en-US/MPL/2.0/ - false + https://github.com/TechnikEmpire/DistillNET + true + https://www.mozilla.org/en-US/MPL/2.0/ DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format. Matching function(s) now use NameValueCollection. Copyright 2017 Jesse Nicholson diff --git a/DistillNET/DistillNET/Properties/AssemblyInfo.cs b/DistillNET/DistillNET/Properties/AssemblyInfo.cs index fb0116c..b044008 100644 --- a/DistillNET/DistillNET/Properties/AssemblyInfo.cs +++ b/DistillNET/DistillNET/Properties/AssemblyInfo.cs @@ -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")]