Skip to content

Commit ba73004

Browse files
committed
Bump version number while publishing new release
1 parent e1f9724 commit ba73004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Invoke-MsBuild/Invoke-MsBuild.psd1

Lines changed: 2 additions & 2 deletions
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.6.1'
15+
ModuleVersion = '2.6.2'
1616

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

109109
# ReleaseNotes of this module
110-
ReleaseNotes = '- Use `-LiteralPath` parameter for cmdlets to properly support file paths with symbols properly (e.g. square brackets in file paths)'
110+
ReleaseNotes = '- Use native -WhatIf parameter functionality.'
111111

112112
} # End of PSData hashtable
113113

src/Invoke-MsBuild/Invoke-MsBuild.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function Invoke-MsBuild
208208
.NOTES
209209
Name: Invoke-MsBuild
210210
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)
211-
Version: 2.6.1
211+
Version: 2.6.2
212212
#>
213213
[CmdletBinding(SupportsShouldProcess, DefaultParameterSetName="Wait")]
214214
param

0 commit comments

Comments
 (0)