Skip to content

Commit 7088177

Browse files
authored
Updating DotNetIsolatedNativeHost package to 1.0.11 (#10380)
1 parent cba50f8 commit 7088177

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
- Upgraded the following package versions (#10326):
2525
- `Azure.Security.KeyVault.Secrets` updated to 4.6.0
2626
- `System.Format.Asn1` updated to 6.0.1

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
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)