Skip to content

Commit 4ffa1e4

Browse files
authored
updating host verion and release notes for 3.16.0 (#8752)
* updating host verion and release notes for 3.16.0 * updated sprint 130 URL
1 parent 6bb5f75 commit 4ffa1e4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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>15</MinorVersion>
7+
<MinorVersion>16</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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Worker concurrency memory check (https://github.com/Azure/azure-functions-host/issues/7499)
6-
- Update PowerShell Worker to 3.0.2303 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.2303)
7-
8-
**Release sprint:** Sprint 129
9-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+129%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+129%22+label%3Afeature+is%3Aclosed) ]
5+
**Release sprint:** Sprint 130
6+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+130%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+130%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)