File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- param
1+ param
22(
33 [Parameter (Mandatory = $false )]
44 [ValidateNotNullOrEmpty ()]
@@ -117,4 +117,4 @@ $gitHubReleaseParameters =
117117 IsPreRelease = $versionNumberIsAPreReleaseVersion
118118 IsDraft = $isTestingThisScript
119119}
120- Publish-NewReleaseToGitHub - gitHubReleaseParameters $gitHubReleaseParameters
120+ Publish-NewReleaseToGitHub - gitHubReleaseParameters $gitHubReleaseParameters
Original file line number Diff line number Diff line change 1212RootModule = ' Invoke-MsBuild.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 2.6.5 '
15+ ModuleVersion = ' 2.7.0 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -107,7 +107,9 @@ PrivateData = @{
107107 # IconUri = ''
108108
109109 # ReleaseNotes of this module
110- ReleaseNotes = ' - Fix to properly obey the `AutoLaunchBuildErrorsLogOnFailure` parameter.'
110+ ReleaseNotes = ' Features:
111+
112+ - Add support for 64-bit Visual Studio versions (e.g. VS 2022).'
111113
112114 } # End of PSData hashtable
113115
You can’t perform that action at this time.
0 commit comments