Skip to content

Commit 11da740

Browse files
committedApr 22, 2017
Publish new 2.5.1 version
1 parent 325129d commit 11da740

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5.0'
15+
ModuleVersion = '2.5.1'
1616

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

109109
# ReleaseNotes of this module
110-
ReleaseNotes = '- Added new BuildDuration TimeSpan property to the returned hash table that shows how long the build ran for.'
110+
ReleaseNotes = '- Fix to find the "Program Files" location correctly on 32 bit windows without throwing an error.'
111111

112112
} # End of PSData hashtable
113113

‎src/Invoke-MsBuild/Invoke-MsBuild.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function Invoke-MsBuild
203203
.NOTES
204204
Name: Invoke-MsBuild
205205
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)
206-
Version: 2.5.0
206+
Version: 2.5.1
207207
#>
208208
[CmdletBinding(DefaultParameterSetName="Wait")]
209209
param

0 commit comments

Comments
 (0)
Please sign in to comment.