diff options
Diffstat (limited to 'shells/powershell/files/patch-PowerShell.Common.props')
| -rw-r--r-- | shells/powershell/files/patch-PowerShell.Common.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/powershell/files/patch-PowerShell.Common.props b/shells/powershell/files/patch-PowerShell.Common.props index 6975d582a750..6c61557936fe 100644 --- a/shells/powershell/files/patch-PowerShell.Common.props +++ b/shells/powershell/files/patch-PowerShell.Common.props @@ -11,8 +11,8 @@ - <Output TaskParameter="ConsoleOutput" PropertyName="PowerShellVersion" /> - </Exec> + <PropertyGroup> -+ <PowerShellVersion>7.5.2</PowerShellVersion> -+ <ReleaseTag>7.5.2</ReleaseTag> ++ <PowerShellVersion>%%PORTVERSION%%</PowerShellVersion> ++ <ReleaseTag>%%PORTVERSION%%</ReleaseTag> + </PropertyGroup> <PropertyGroup Condition = "'$(ReleaseTag)' != ''"> |
