Skip to content

Commit

Permalink
chore: Publish new 2.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Apr 21, 2017
1 parent 6d83663 commit eab1eee
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.4.2'
ModuleVersion = '2.5.0'

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

# ReleaseNotes of this module
ReleaseNotes = '- Fixed bug where MsBuild.exe would not be found on 32-bit Windows OSs.'
ReleaseNotes = '- Added new BuildDuration TimeSpan property to the returned hash table that shows how long the build ran for.'

} # 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 @@ -203,7 +203,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.4.2
Version: 2.5.0
#>
[CmdletBinding(DefaultParameterSetName="Wait")]
param
Expand Down

0 comments on commit eab1eee

Please sign in to comment.