Skip to content

Commit

Permalink
Published v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed May 15, 2017
1 parent 4642715 commit 2460dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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.5.1'
ModuleVersion = '2.6.0'

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

# ReleaseNotes of this module
ReleaseNotes = '- Fix to find the "Program Files" location correctly on 32 bit windows without throwing an error.'
ReleaseNotes = '- Added a BypassVisualStudioDeveloperCommandPrompt parameter to allow the Visual Studio Developer Command Prompt to be bypassed, as it can sometimes take a long time to load, leading to a performance problem.
- Improved the file path validations performed on the scripts parameters.'

} # 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.5.1
Version: 2.6.0
#>
[CmdletBinding(DefaultParameterSetName="Wait")]
param
Expand Down

0 comments on commit 2460dc4

Please sign in to comment.