Skip to content

Commit bb09888

Browse files
authored
Update PS 7.4 worker to 4.0.4581 (inproc) (#11331)
1 parent c1be42e commit bb09888

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/build/Workers.Powershell.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</ItemGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4206" />
10+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4581" />
1111
</ItemGroup>
1212

1313
<Target Name="RemovePowershellWorkerRuntimes" BeforeTargets="AssignTargetPaths" Condition="$(RuntimeIdentifier.StartsWith(win))">

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
- Add JitTrace files for v4.43 (#11277)
77
- Cap v4.x extension bundle versions on .NET 6 to the range (>4.2.0, <4.22.0) by default (#11289)
88
- Update `Microsoft.Azure.WebJobs` reference to `3.0.42` (#11310)
9-
- Don't apply bundle version limits if host is in placeholder mode (#11316)
9+
- Don't apply bundle version limits if host is in placeholder mode (#11316)
10+
- Update PowerShell worker to [4.0.4581](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4581)

0 commit comments

Comments
 (0)