Skip to content

Commit 8aee81f

Browse files
Updated version.
1 parent 13782ff commit 8aee81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param(
22
[String] $majorMinor = "5.6", # 5.6
3-
[String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
3+
[String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION
44
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
55
[Switch] $notouch,
66
[String] $project = "ReflectSoftware.Insight.Extensions.SemanticLogging"

0 commit comments

Comments
 (0)