Skip to content

Commit 9b78c7e

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

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

release_notes.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
6-
- Add JitTrace files for v4.43 (#11277)
7-
- Cap v4.x extension bundle versions on .NET 6 to the range (>4.2.0, <4.22.0) by default (#11289)
8-
- Update `Microsoft.Azure.WebJobs` reference to `3.0.42` (#11310)
9-
- Don't apply bundle version limits if host is in placeholder mode (#11316)
10-
- Update PowerShell worker to [4.0.4581](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4581)
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)44.100</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)45.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)