Skip to content

Commit

Permalink
Hot Fix v4.636.1 and v4.836.1 (#10494)
Browse files Browse the repository at this point in the history
* Update Middleware package (#10491)

* HotFix v4.36.1, V4.636.1, V4.836.1

---------

Co-authored-by: Pragna Gopa <[email protected]>
  • Loading branch information
v-selvarajbh and pragnagopa authored Sep 26, 2024
1 parent c3f7e2c commit 7acae2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>$(MinorVersionPrefix)36</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
<PreviewVersion></PreviewVersion>

Expand Down
2 changes: 1 addition & 1 deletion src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.4" />
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.5" />
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

Expand Down

0 comments on commit 7acae2e

Please sign in to comment.