Skip to content

Commit 51e16f0

Browse files
authored
Prepare dev branch for VNext: Clear notes, update version to 4.1043.100 (#11204)
* Update version to 4.1043.100 * Clear release notes
1 parent d3360a6 commit 51e16f0

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

release_notes.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
### Release notes
2-
3-
<!-- Please add your release notes in the following format:
4-
- My change description (#PR)
5-
-->
6-
- Adding activity sources for Durable and WebJobs (Kafka and RabbitMQ) (#11137)
7-
- Add JitTrace Files for v4.1041
8-
- Fix startup deadlock on transient exceptions (#11142)
9-
- Add warning log for end of support bundle version, any bundle version < 4 (#11075), (#11160)
10-
- Handles loading extensions.json with empty extensions(#11174)
11-
- Update HttpWorkerOptions to implement IOptionsFormatter (#11175)
12-
- Improved metadata binding validation (#11101)
13-
- Skip logging errors on gRPC client disconnect (#10572)
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.1042.100</VersionPrefix>
3+
<VersionPrefix>4.1043.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)