diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-30 10:18:43 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-30 10:54:12 +0300 |
commit | 245fac1c17fcb39f27ece7dabea1fdd3d84e2d2c (patch) | |
tree | 5fe775e11cdb0ee8492d3c8d1b983af7e35574d8 /shells/powershell/files/patch-PowerShell.Common.props | |
parent | deskutils/xdg-terminal-exec: Update to 0.13.2 (diff) |
shells/powershell: Update to 7.5.2
Reported by: portscout!
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)' != ''"> |