Skip to content

Commit 1b13f11

Browse files
Clearing release notes and bumping minor version (v3) (#8472)
* Clearing release notes (minus updates since last release) and bumping version * Updating sprint number
1 parent 496f692 commit 1b13f11

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-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>9</MinorVersion>
7+
<MinorVersion>10</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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Return 500 when when writing secrets to storage fails (#8361)
6-
- Enable diagnostic events collection
75
- Added support for no storage account scenarios (#8083)
8-
**Release sprint:** Sprint 119
9-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+119%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+119%22+label%3Afeature+is%3Aclosed) ]
6+
**Release sprint:** Sprint 122
7+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+122%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+122%22+label%3Afeature+is%3Aclosed) ]
108
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.15 to 1.4.17 [Release Note](https://github.com/Azure/app-service-announcements/issues/375)
119
- Update PowerShell Worker to 3.0.2046 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.2046)

0 commit comments

Comments
 (0)