Skip to content

Commit 7acae2e

Browse files
Hot Fix v4.636.1 and v4.836.1 (#10494)
* Update Middleware package (#10491) * HotFix v4.36.1, V4.636.1, V4.836.1 --------- Co-authored-by: Pragna Gopa <[email protected]>
1 parent c3f7e2c commit 7acae2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)36</MinorVersion>
7-
<PatchVersion>0</PatchVersion>
7+
<PatchVersion>1</PatchVersion>
88
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
99
<PreviewVersion></PreviewVersion>
1010

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
7373
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
7474
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
75-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.4" />
75+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.5" />
7676
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7777
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
7878

0 commit comments

Comments
 (0)