Skip to content

Commit 1ed9465

Browse files
authored
Host Release Prep PR 4.32.0 (#9913)
1 parent 0d8a4c5 commit 1ed9465

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-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.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
7-
<MinorVersion>$(MinorVersionPrefix)31</MinorVersion>
7+
<MinorVersion>$(MinorVersionPrefix)32</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Warn when `FUNCTIONS_WORKER_RUNTIME` is not set (#9799)
7-
- Added support for ManagedIdentity authentication in ApplicationInsights pipeline. (#9758)
8-
- Added support for AutocollectedMetricsExtractor, MetricsCustomDimensionOptimization and QueryStringTracing. (#9758)
9-
- Add an app setting to allow CORS configuration (#9846)
10-
- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.6 (#9863)
11-
- [Forwarding command line arguments to app assembly from NetHost](https://github.com/Azure/azure-functions-dotnet-worker/pull/2258)
126
- Update PowerShell worker 7.0 to 4.0.3148 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3148)
137
- Update PowerShell worker 7.2 to 4.0.3131 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3131)
148
- Update PowerShell worker 7.4 to 4.0.3147 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3147)

0 commit comments

Comments
 (0)