Skip to content

Commit 0f2cc24

Browse files
authored
Upgrade PowerShell workers to 3.0.446 (PS6) and 3.0.452 (PS7) (#6469)
* Upgrade PowerShell workers to 3.0.446 (PS6) and 3.0.452 (PS7) * Update release notes
1 parent d244f5c commit 0f2cc24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- My change description (#PR)
44
-->
55

6+
- Upgrade PowerShell Workers to 3.0.446 ([Release Notes](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.446)) and 3.0.452 ([Release Notes](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.452))
67
- Update Python Worker to 1.1.4([Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.4))
78
- Update Python Library to 1.3.0([Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.3.0))
89
- Update Java Worker to 1.7.3-SNAPSHOT([Release Note](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.7.3-SNAPSHOT))

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
4545
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.7.3-SNAPSHOT" />
4646
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.0.5" />
47-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.291" />
48-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.293" />
47+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.446" />
48+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.452" />
4949
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.19" />
5050
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.1" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.8" />

0 commit comments

Comments
 (0)