Skip to content

Commit d1d3802

Browse files
3.5.0 common props reset (#8149)
* updating release notes * Update common.props
1 parent 62b12de commit d1d3802

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>3</MajorVersion>
7-
<MinorVersion>5</MinorVersion>
7+
<MinorVersion>6</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1010
<Version Condition=" '$(BuildNumber)' != '' ">$(VersionPrefix)-$(BuildNumber)</Version>

release_notes.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Fixing race during language worker start (#7979)
6-
- Updated Java Worker Version to [1.10.0-SNAPSHOT](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.10.0-SNAPSHOT)
75

8-
**Release sprint:** Sprint 113
9-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+113%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+113%22+label%3Afeature+is%3Aclosed) ]
10-
- Update PowerShell Worker to 3.0.1573 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.1573)
11-
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.10 to 1.4.13 [Release Note](https://github.com/Azure/app-service-announcements/issues/354)
6+
**Release sprint:** Sprint 118
7+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+<successiveSprint>%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+<successiveSprint>%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)