Skip to content

Commit f1c969c

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

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

release_notes.md

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

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
6-
- Allow sync trigger to happen in managed environment when `AzureWebJobsStorage` is not set (#11214)
7-
- Moving to version 1.5.7 of Microsoft.Azure.AppService.Middleware.Functions (https://github.com/Azure/azure-functions-host/pull/11232)
8-
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)43.100</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)44.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)