Skip to content

Commit

Permalink
Bump version number while publishing new module to the PS Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Oct 29, 2020
1 parent cf4b489 commit 837fc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Invoke-MsBuild/Invoke-MsBuild.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Invoke-MsBuild.psm1'

# Version number of this module.
ModuleVersion = '2.6.4'
ModuleVersion = '2.6.5'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 837fc14

Please sign in to comment.