Skip to content

Commit 39571bc

Browse files
Patch/in proc/4.39.400 (#11008)
* Update version to 4.39.400 * Clear release notes * Update PowerShell 7.4 worker to 4.2.4206 (#11007) --------- Co-authored-by: Azure Functions Release <[email protected]>
1 parent 740e92d commit 39571bc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.4175" />
10+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4206" />
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
@@ -2,4 +2,5 @@
22

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
5+
-->
6+
- Update PowerShell 7.4 worker to 4.0.4206

src/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>4.$(MinorVersionPrefix)39.300</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)39.400</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)