Skip to content

Commit 6b96ddd

Browse files
authored
New version: Microsoft.Azure.FunctionsCoreTools version 4.6.0 (4.6.0) (microsoft#323451)
1 parent 266349a commit 6b96ddd

File tree

4 files changed

+142
-0
lines changed

4 files changed

+142
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.FunctionsCoreTools
5+
PackageVersion: 4.6.0
6+
Commands:
7+
- func
8+
ReleaseDate: 2025-12-15
9+
Installers:
10+
- Architecture: x86
11+
InstallerType: wix
12+
Scope: machine
13+
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/func-cli-4.6.0-x86.msi
14+
InstallerSha256: FA473723B98996112AB009D5605D4D542C85FFF0A34CFF62F67B9F555228FA56
15+
InstallerSwitches:
16+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
17+
UpgradeBehavior: install
18+
ProductCode: '{EC7F3B68-68AB-47C6-8A0E-69423206DD51}'
19+
AppsAndFeaturesEntries:
20+
- UpgradeCode: '{31C010A9-2414-4DB7-BFEA-A6F1D085382E}'
21+
InstallationMetadata:
22+
DefaultInstallLocation: '%ProgramFiles(x86)%\Microsoft\Azure Functions Core Tools'
23+
- Architecture: x64
24+
InstallerType: wix
25+
Scope: machine
26+
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/func-cli-4.6.0-x64.msi
27+
InstallerSha256: 32039369DACC4B7D102248AFCDCA9430FF8474048BF636F0C5ED9B597C3F6566
28+
InstallerSwitches:
29+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
30+
UpgradeBehavior: install
31+
ProductCode: '{CCA1959F-80C8-489F-BA8E-300771E3036F}'
32+
AppsAndFeaturesEntries:
33+
- UpgradeCode: '{E9F5190E-0E1F-49C0-BAF5-3D47FE5837B9}'
34+
InstallationMetadata:
35+
DefaultInstallLocation: '%ProgramFiles%\Microsoft\Azure Functions Core Tools'
36+
- Architecture: x86
37+
InstallerType: zip
38+
NestedInstallerType: portable
39+
NestedInstallerFiles:
40+
- RelativeFilePath: func.exe
41+
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/Azure.Functions.Cli.win-x86.4.6.0.zip
42+
InstallerSha256: 974382F27A21D4A4A067F5BFD9AC8EDA30E9607AC0DF7E8E814529C6A1FF64CD
43+
ArchiveBinariesDependOnPath: true
44+
- Architecture: x64
45+
InstallerType: zip
46+
NestedInstallerType: portable
47+
NestedInstallerFiles:
48+
- RelativeFilePath: func.exe
49+
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/Azure.Functions.Cli.win-x64.4.6.0.zip
50+
InstallerSha256: DD8C2E947E36E5626731B31EAF789294155D3F02FC00AB43495F9F2DA92DC597
51+
ArchiveBinariesDependOnPath: true
52+
- Architecture: arm64
53+
InstallerType: zip
54+
NestedInstallerType: portable
55+
NestedInstallerFiles:
56+
- RelativeFilePath: func.exe
57+
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.6.0/Azure.Functions.Cli.win-arm64.4.6.0.zip
58+
InstallerSha256: 8D7521B7A7CB29AD0F311DC3453486F19A5C41C7146401AB136107428D664437
59+
ArchiveBinariesDependOnPath: true
60+
ManifestType: installer
61+
ManifestVersion: 1.10.0
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.FunctionsCoreTools
5+
PackageVersion: 4.6.0
6+
PackageLocale: en-US
7+
Publisher: Microsoft
8+
PublisherUrl: https://www.microsoft.com/
9+
PublisherSupportUrl: https://github.com/Azure/azure-functions-core-tools/issues
10+
PrivacyUrl: https://privacy.microsoft.com/privacystatement
11+
Author: Microsoft Corporation
12+
PackageName: Azure Functions Core Tools
13+
PackageUrl: https://github.com/Azure/azure-functions-core-tools
14+
License: MIT
15+
LicenseUrl: https://github.com/Azure/azure-functions-core-tools/blob/HEAD/LICENSE
16+
Copyright: Copyright (c) .NET Foundation. All rights reserved.
17+
CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks
18+
ShortDescription: Command line tools for Azure Functions
19+
Description: The Azure Functions Core Tools provide a local development experience for creating, developing, testing, running, and debugging Azure Functions.
20+
Moniker: functionscoretools
21+
Tags:
22+
- app-service
23+
- azure
24+
- azure-functions
25+
- functions
26+
ReleaseNotes: |-
27+
Azure Functions CLI 4.6.0
28+
Host Version
29+
- Host Runtime Version: 4.1045.200
30+
- In-Proc CLI:
31+
- CLI Version: 4.3.0
32+
- Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)
33+
Changes
34+
- Fix .gitignore to allow PowerShell module bin folders (#4574)
35+
- Refactor to use msbuild for determining .NET target framework & add support multiple TFMs (#4715)
36+
- When using func init --docker-only on a .NET project with multiple target frameworks, the CLI will now
37+
prompt the user to select which target framework to use for the Dockerfile.
38+
- Enhanced dotnet installation discovery by adopting the same Muxer logic used by the .NET SDK itself (#4732)
39+
- Update .NET templates package version to 4.0.5337 (#4728)
40+
- Fix func pack --build-native-deps failure on Windows for Python 3.13+ (#4742)
41+
- Add deprecation warning for extension bundles during function app publish (#4700)
42+
- Update the TypeScript project template to improve interoperability (#4739)
43+
- Upgrade typescript from ^4.0.0 to ^5.0.0
44+
- Add "esModuleInterop": true option to tsconfig.json
45+
- Cleaned up func --help output and fixed validation errors when using the --help flag for specific commands (#4748)
46+
- Improved func init --help output to better display options for each worker runtime (#4748)
47+
- Fix F# project & template initialization via func init | new (#4749)
48+
- Log a warning if remote build is used for Python 3.14 flex app (#4755)
49+
ReleaseNotesUrl: https://github.com/Azure/azure-functions-core-tools/releases/tag/4.6.0
50+
Documentations:
51+
- DocumentLabel: Wiki
52+
DocumentUrl: https://github.com/Azure/azure-functions-core-tools/wiki
53+
ManifestType: defaultLocale
54+
ManifestVersion: 1.10.0
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.FunctionsCoreTools
5+
PackageVersion: 4.6.0
6+
PackageLocale: zh-CN
7+
PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement
8+
ShortDescription: Azure Functions 的命令行工具
9+
Description: Azure Functions 核心工具为创建、开发、测试、运行和调试 Azure Functions 提供了本地开发体验。
10+
Tags:
11+
- app-service
12+
- azure
13+
- azure-functions
14+
- 云函数
15+
Documentations:
16+
- DocumentLabel: 维基
17+
DocumentUrl: https://github.com/Azure/azure-functions-core-tools/wiki
18+
ManifestType: locale
19+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.FunctionsCoreTools
5+
PackageVersion: 4.6.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)