From eab1eeedf486d897606b9e1e7893e4fec94860f0 Mon Sep 17 00:00:00 2001 From: deadlydog Date: Fri, 21 Apr 2017 01:14:19 -0600 Subject: [PATCH] chore: Publish new 2.5.0 version --- src/Invoke-MsBuild/Invoke-MsBuild.psd1 | 4 ++-- src/Invoke-MsBuild/Invoke-MsBuild.psm1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Invoke-MsBuild/Invoke-MsBuild.psd1 b/src/Invoke-MsBuild/Invoke-MsBuild.psd1 index 62a9b95..2a8ede8 100644 --- a/src/Invoke-MsBuild/Invoke-MsBuild.psd1 +++ b/src/Invoke-MsBuild/Invoke-MsBuild.psd1 @@ -12,7 +12,7 @@ RootModule = 'Invoke-MsBuild.psm1' # Version number of this module. -ModuleVersion = '2.4.2' +ModuleVersion = '2.5.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -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 diff --git a/src/Invoke-MsBuild/Invoke-MsBuild.psm1 b/src/Invoke-MsBuild/Invoke-MsBuild.psm1 index 033ec02..ef5e0fa 100644 --- a/src/Invoke-MsBuild/Invoke-MsBuild.psm1 +++ b/src/Invoke-MsBuild/Invoke-MsBuild.psm1 @@ -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