Skip to content

Commit c6f8278

Browse files
authored
[release/v7.6.1] Change the display name of PowerShell-LTS package to PowerShell LTS (PowerShell#27219)
1 parent 02413bb commit c6f8278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/packaging/packaging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4285,7 +4285,7 @@ function New-MSIXPackage
42854285
$displayName += ' Preview'
42864286
} elseif ($LTS) {
42874287
$ProductName += '-LTS'
4288-
$displayName += '-LTS'
4288+
$displayName += ' LTS'
42894289
}
42904290

42914291
Write-Verbose -Verbose "ProductName: $productName"

0 commit comments

Comments
 (0)