Skip to content

Commit

Permalink
Publishing v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Dec 11, 2021
1 parent 908ee68 commit e14d51e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.7.1 - December 11, 2021

Fixes:

- Compare MSBuild version numbers in other languages correctly.

## v2.7.0 - December 11, 2021

Features:
Expand Down
6 changes: 3 additions & 3 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.7.0'
ModuleVersion = '2.7.1'

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

# ReleaseNotes of this module
ReleaseNotes = 'Features:
ReleaseNotes = 'Fixes:
- Add support for 64-bit Visual Studio versions (e.g. VS 2022).'
- Compare MSBuild version numbers in other languages correctly.'

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

0 comments on commit e14d51e

Please sign in to comment.