ports/shells/powershell/files/patch-PowerShell.Common.props
Gleb Popov 245fac1c17 shells/powershell: Update to 7.5.2
Reported by:	portscout!
2025-06-30 10:54:12 +03:00

20 lines
674 B
XML

--- PowerShell.Common.props.orig 2024-04-11 18:38:22 UTC
+++ PowerShell.Common.props
@@ -15,12 +15,10 @@
BeforeTargets="_GenerateRestoreProjectSpec;GenerateNuspec;BeforeBuild"
>
- <Exec Command='git describe --abbrev=60 --long'
- WorkingDirectory="$(MSBuildProjectDirectory)"
- ConsoleToMSBuild="true"
- StandardOutputImportance="Low">
- <Output TaskParameter="ConsoleOutput" PropertyName="PowerShellVersion" />
- </Exec>
+ <PropertyGroup>
+ <PowerShellVersion>7.5.2</PowerShellVersion>
+ <ReleaseTag>7.5.2</ReleaseTag>
+ </PropertyGroup>
<PropertyGroup Condition = "'$(ReleaseTag)' != ''">
<!--