Skip to content

Commit abaca12

Browse files
authored
Prepare in-proc branch for VNext: Clear notes, update version to 4.41.100 (#11049)
* Update version to 4.41.100 * Clear release notes
1 parent 921d555 commit abaca12

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

release_notes.md

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

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
6-
7-
- Added the option to exclude test data from the `/functions` endpoint API response (#10943)
8-
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991)
9-
- Fixing GrpcWorkerChannel concurrency bug
10-
- Update PowerShell 7.4 worker to 4.0.4206
11-
- Re-add `Microsoft.DotNet.PlatformAbstractions` (#11031)
12-
- Update Python Worker Version to [4.37.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.37.0)
13-
- Disable Diagnostic Events when Table Storage is not accessible (#10996)
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)40.100</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)41.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)