Skip to content

Commit 89d150e

Browse files
authored
Prepare in-proc branch for VNext: Clear notes, update version to 4.42.100 (#11134)
* Update version to 4.42.100 * Clear release notes
1 parent 4da360a commit 89d150e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

release_notes.md

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

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
6-
- Update Java Worker Version to [2.19.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.1)
7-
- Support `LOGIC_APPS_POWERSHELL_VERSION` when resolving powershell's `worker.config.json` for logic-app apps only. (#11105)
8-
- Update Python Worker Version to [4.38.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.38.0)
9-
- Add JitTrace files for v4.40 (#11118)
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)41.100</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)42.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)