Skip to content

Commit

Permalink
Host release prep 4.35.3 (#10368) (#10370)
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyc authored Aug 6, 2024
1 parent c2f45ac commit 02c3bab
Show file tree
Hide file tree
Showing 2 changed files with 3 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)35</MinorVersion>
<PatchVersion>2</PatchVersion>
<PatchVersion>3</PatchVersion>
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
<PreviewVersion></PreviewVersion>

Expand Down
3 changes: 2 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
- `Microsoft.Azure.WebJobs.Host.Storage` updated to 5.0.1
- `Microsoft.Extensions.Azure` updated to 1.7.1
- `Azure.Storage.Blobs` updated to 12.19.1
- [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.10 (#10340)
- [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.10 (#10340)
- Trim FunctionsNetHost artifacts (#10364)

0 comments on commit 02c3bab

Please sign in to comment.