Skip to content

Commit

Permalink
chore: Bump version to 2.6.4 for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Feb 1, 2019
1 parent 05f3929 commit 0582aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3'
ModuleVersion = '2.6.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -107,7 +107,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Fix not handling 32-bit switch correctly'
ReleaseNotes = '- Fix hanging indefinitely when waiting for build process to complete.'

} # End of PSData hashtable

Expand Down
2 changes: 1 addition & 1 deletion src/Invoke-MsBuild/Invoke-MsBuild.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function Invoke-MsBuild
.NOTES
Name: Invoke-MsBuild
Author: Daniel Schroeder (originally based on the module at http://geekswithblogs.net/dwdii/archive/2011/05/27/part-2-automating-a-visual-studio-build-with-powershell.aspx)
Version: 2.6.3
Version: 2.6.4
#>
[CmdletBinding(SupportsShouldProcess, DefaultParameterSetName="Wait")]
param
Expand Down

0 comments on commit 0582aed

Please sign in to comment.