Skip to content

Commit 8eff985

Browse files
Prepare in-proc branch for VNext: Clear notes, update version to 4.46.100 (#11443)
* Update version to 4.46.100 * Clear release notes --------- Co-authored-by: azure-functions-release[bot] <223311270+azure-functions-release[bot]@users.noreply.github.com>
1 parent c722e15 commit 8eff985

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

release_notes.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
### Release notes
2-
3-
<!-- Please add your release notes in the following format:
4-
- My change description (#PR)
5-
-->
6-
- Add JitTrace files for v4.44
7-
- Updated to version 1.5.8 of Microsoft.Azure.AppService.Middleware.Functions for .NET 8 only (#11416)
8-
- Enabling worker indexing for Logic Apps behind an enviornment setting (#11377)
9-
- Remove packages `Microsoft.Azure.Cosmos.Table` and `Microsoft.Azure.DocumentDB.Core` (#11435)
10-
- Update Microsoft.Azure.WebJobs.Extensions to 5.2.1 (#11415)
11-
- Update Microsoft.Azure.WebJobs.Extensions.Http to 3.2.1 (#11440)
1+
### Release notes
2+
3+
<!-- Please add your release notes in the following format:
4+
- My change description (#PR)
5+
-->

src/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>4.$(MinorVersionPrefix)45.100</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)46.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)