From 837fc1432372aa875170c81d5060d1fe4b8e5da3 Mon Sep 17 00:00:00 2001 From: deadlydog Date: Thu, 29 Oct 2020 02:14:55 -0600 Subject: [PATCH] Bump version number while publishing new module to the PS Gallery --- src/Invoke-MsBuild/Invoke-MsBuild.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Invoke-MsBuild/Invoke-MsBuild.psd1 b/src/Invoke-MsBuild/Invoke-MsBuild.psd1 index 7df3334..eb7b285 100644 --- a/src/Invoke-MsBuild/Invoke-MsBuild.psd1 +++ b/src/Invoke-MsBuild/Invoke-MsBuild.psd1 @@ -12,7 +12,7 @@ RootModule = 'Invoke-MsBuild.psm1' # Version number of this module. -ModuleVersion = '2.6.4' +ModuleVersion = '2.6.5' # Supported PSEditions # CompatiblePSEditions = @() @@ -107,7 +107,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '- Fix hanging indefinitely when waiting for build process to complete.' + ReleaseNotes = '- Fix to properly obey the `AutoLaunchBuildErrorsLogOnFailure` parameter.' } # End of PSData hashtable