Skip to content

Commit bf0332b

Browse files
Upgrade PowerShell language worker 7.0 to 4.0.2823 (#9275)
* Upgrade PowerShell language worker 7.0 to 4.0.2823 * Update release notes
1 parent 7164e0e commit bf0332b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
- Update PowerShell Worker 7.2 to 4.0.2803 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2803)
1212
- Update PowerShell Worker 7.4 to 4.0.2802 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2802)
1313
- Fixing bug with placeholder misses in dotnet-isolated #9253
14+
- Update PowerShell Worker 7.0 to 4.0.2823 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2823)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
6060
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.11.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
62-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2733" />
62+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2823" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
6464
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />
6565
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />

0 commit comments

Comments
 (0)