Skip to content

Commit 916ce13

Browse files
authored
Update PowerShell 7.4 worker to 4.0.4134 (#10804)
* Update PowerShell 7.4 worker to latest
1 parent 205417b commit 916ce13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/build/Workers.Powershell.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ItemGroup>
44
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />
55
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.4025" />
6-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4026" />
6+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4134" />
77
</ItemGroup>
88

99
<Target Name="RemovePowershellWorkerRuntimes" BeforeTargets="AssignTargetPaths" Condition="'$(RuntimeIdentifier)' != ''">

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
- Updated `WebJobs.Script` to target .NET 8 (instead of .NET Standard 2.1)
1717
- Allow for binding names to use snake case (#10764). Examples include `_`, `binding_name`, and `_binding`.
1818
- Add support for the release channel setting `WEBSITE_PlatformReleaseChannel` and use this value in extension bundles resolution.
19+
- Update PowerShell 7.4 worker to [4.0.4134](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134)

0 commit comments

Comments
 (0)