Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
<PackageVersion Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.1042.100" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.1043.200" />
<PackageVersion Include="Microsoft.Build" Version="17.0.0" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageVersion Include="NuGet.Packaging" Version="5.11.6" />
Expand All @@ -32,11 +32,11 @@
<!-- workers -->
<ItemGroup>
<PackageVersion Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.2" />
<PackageVersion Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.1" />
<PackageVersion Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.11.0" />
<PackageVersion Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />
<PackageVersion Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.4025" />
<PackageVersion Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4206" />
<PackageVersion Include="Microsoft.Azure.Functions.PythonWorker" Version="4.38.0" />
<PackageVersion Include="Microsoft.Azure.Functions.PythonWorker" Version="4.39.2" />
</ItemGroup>
<!-- host -->
<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Azure Functions CLI 4.3.0
# Azure Functions CLI 4.4.0

#### Host Version

- Host Version: 4.1042.100
- Host Version: 4.1043.200
- In-Proc Host Version: 4.41.100 (4.841.100, 4.641.100)

#### Changes

- <entry>
- Add Dockerfile for python 3.13 local build environment (#4611)
2 changes: 1 addition & 1 deletion src/Cli/func/Directory.Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>4.3.0</VersionPrefix>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<UpdateBuildNumber>true</UpdateBuildNumber>
</PropertyGroup>
Expand Down
Loading