diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-30 07:18:43 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-30 07:54:12 +0000 |
commit | 245fac1c17fcb39f27ece7dabea1fdd3d84e2d2c (patch) | |
tree | 5fe775e11cdb0ee8492d3c8d1b983af7e35574d8 /shells/powershell/files/patch-PowerShell.Common.props | |
parent | 5bc7bf0ab3d6809864b20e2a9b245dfb893c7252 (diff) |
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)' != ''"> |