File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<LangVersion >latest</LangVersion >
6
6
<MajorVersion >4</MajorVersion >
7
7
<MinorVersion >1035</MinorVersion >
8
- <PatchVersion >1 </PatchVersion >
8
+ <PatchVersion >2 </PatchVersion >
9
9
<BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
10
10
<PreviewVersion ></PreviewVersion >
11
11
Original file line number Diff line number Diff line change 17
17
- Ordered invocations are now the default (#10201 )
18
18
- Skip worker description if none of the profile conditions are met (#9932 )
19
19
- Fixed incorrect function count in the log message.(#10220 )
20
- - Updated dotnet-isolated worker to [ 1.0.9 ] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2552 ) (#10262 )
20
+ - Updated dotnet-isolated worker to [ 1.0.10 ] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2629 ) (#10340 )
21
21
- Fix race condition on startup with extension RPC endpoints not being available. (#10255 )
22
22
- Adding a timeout when retrieving function metadata from metadata providers (#10219 )
23
23
- Upgraded the following package versions (#10287 ):
Original file line number Diff line number Diff line change 49
49
<PackageReference Include =" Microsoft.ApplicationInsights.WindowsServer" Version =" 2.22.0" />
50
50
<PackageReference Include =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version =" 2.22.0" />
51
51
<PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.2.0" NoWarn =" NU1701" />
52
- <PackageReference Include =" Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version =" 1.0.9 " />
52
+ <PackageReference Include =" Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version =" 1.0.10 " />
53
53
<PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.41" />
54
54
<PackageReference Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 5.0.1" />
55
55
<PackageReference Include =" Microsoft.Extensions.Azure" Version =" 1.7.1" />
You can’t perform that action at this time.
0 commit comments