Skip to content

Commit b560a7b

Browse files
authored
Updated minor version and release notes 3.20.0 (#9289)
* Updated minor version and release notes 3.20.0 * Update release_notes.md
1 parent d251aef commit b560a7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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>19</MinorVersion>
7+
<MinorVersion>20</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1010
<Version Condition=" '$(BuildNumber)' != '' ">$(VersionPrefix)-$(BuildNumber)</Version>

release_notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- *Please note we have reached end-of-life (EOL) support for v3.x.* For more information on supported runtime versions, please see [here.](https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=v4&pivots=programming-language-csharp)
6-
- Making feature flag for worker indexing opt-out instead of opt-in
7-
**Release sprint:** Sprint 133
8-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+133%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+133%22+label%3Afeature+is%3Aclosed) ]
5+
*Please note we have reached end-of-life (EOL) support for v3.x.* For more information on supported runtime versions, please see [here.](https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=v4&pivots=programming-language-csharp)
6+
7+
**Release sprint:** Sprint 146
8+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+146%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+146%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)