From d6565827142de2b7ae1fc5aed5c875e9b4f37e43 Mon Sep 17 00:00:00 2001 From: Callon Campbell Date: Tue, 11 Apr 2017 23:39:35 -0400 Subject: [PATCH] Updated build script to 5.6.2. --- Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.ps1 b/Build.ps1 index 30ca690..0a252b7 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -1,6 +1,6 @@ param( [String] $majorMinor = "5.6", # 5.6 - [String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION + [String] $patch = "2", # $env:APPVEYOR_BUILD_VERSION [String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll [Switch] $notouch, [String] $project = "ReflectSoftware.Insight.Extensions.NLog"