|
| 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 |
0 commit comments