Skip to content

Commit 68ea5d7

Browse files
authored
Host release prep 4.35.4 (#10381)
Brings in the below changes to release branch. - [[in-proc] Updating DotNetIsolatedNativeHost package to 1.0.11](#10380)
1 parent 02c3bab commit 68ea5d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>latest</LangVersion>
55
<MajorVersion>4</MajorVersion>
66
<MinorVersion>$(MinorVersionPrefix)35</MinorVersion>
7-
<PatchVersion>3</PatchVersion>
7+
<PatchVersion>4</PatchVersion>
88
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
99
<PreviewVersion></PreviewVersion>
1010

release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
- `Microsoft.Azure.WebJobs.Host.Storage` updated to 5.0.1
2121
- `Microsoft.Extensions.Azure` updated to 1.7.1
2222
- `Azure.Storage.Blobs` updated to 12.19.1
23-
- [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.10 (#10340)
23+
- [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.11 (#10379)
2424
- Trim FunctionsNetHost artifacts (#10364)

src/WebJobs.Script/WebJobs.Script.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
5454
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
5555
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" NoWarn="NU1701" />
56-
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.10" />
56+
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.11" />
5757
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
5858
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
5959
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />

0 commit comments

Comments
 (0)