Skip to content

Commit 837fc14

Browse files
committedOct 29, 2020
Bump version number while publishing new module to the PS Gallery
1 parent cf4b489 commit 837fc14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Invoke-MsBuild/Invoke-MsBuild.psd1

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Invoke-MsBuild.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.6.4'
15+
ModuleVersion = '2.6.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -107,7 +107,7 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = '- Fix hanging indefinitely when waiting for build process to complete.'
110+
ReleaseNotes = '- Fix to properly obey the `AutoLaunchBuildErrorsLogOnFailure` parameter.'
111111

112112
} # End of PSData hashtable
113113

0 commit comments

Comments
 (0)
Please sign in to comment.