Skip to content

Commit ab90faa

Browse files
authored
Updating host version to 4.1045.200 (#4754)
1 parent de27dbd commit ab90faa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eng/build/Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
2121
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
2222
<PackageVersion Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
23-
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.1044.400" />
23+
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.1045.200" />
2424
<PackageVersion Include="Microsoft.Build" Version="17.0.0" />
2525
<PackageVersion Include="Microsoft.Identity.Client" Version="4.73.1" />
2626
<PackageVersion Include="NuGet.Packaging" Version="5.11.6" />

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### Host Version
44

5-
- Host Runtime Version: 4.1044.400
5+
- Host Runtime Version: 4.1045.200
66
- In-Proc CLI:
77
- CLI Version: 4.3.0
88
- Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)

src/Cli/func/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>4.5.0</VersionPrefix>
4+
<VersionPrefix>4.6.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<UpdateBuildNumber>true</UpdateBuildNumber>
77
</PropertyGroup>

0 commit comments

Comments
 (0)