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 d532c59d2f9d..6975d582a750 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.0</PowerShellVersion> -+ <ReleaseTag>7.5.0</ReleaseTag> ++ <PowerShellVersion>7.5.2</PowerShellVersion> ++ <ReleaseTag>7.5.2</ReleaseTag> + </PropertyGroup> <PropertyGroup Condition = "'$(ReleaseTag)' != ''"> |