Skip to content

Commit 107d72f

Browse files
authored
Upgrade PowerShell worker to 2.0.448 (#6472)
* Upgrade PowerShell worker to 2.0.448 * Update release notes * Fix release link
1 parent da6e114 commit 107d72f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Release notes
2+
<!-- Please add your release notes in the following format:
3+
- My change description (#PR)
4+
-->
5+
6+
- Upgrade PowerShell Workers to 2.0.448 ([Release Notes](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v2.0.448))

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.8100001-0126c21e" />
4141
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.7.3-SNAPSHOT" />
4242
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.2.2" />
43-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker" Version="2.0.292" />
43+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker" Version="2.0.448" />
4444
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.19" />
4545
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.1" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.8" />

0 commit comments

Comments
 (0)