File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
src/Cli/func/StaticResources Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22
33 <PropertyGroup >
4- <TemplatesVersion >4.0.5212 </TemplatesVersion >
4+ <TemplatesVersion >4.0.5331 </TemplatesVersion >
55 <TemplatesJsonVersion >3.1.1648</TemplatesJsonVersion >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11# Run: ./download-templates.ps1 || From root of the repo: ./eng/scripts/download-templates.ps1
2- # Optional parameters: -OutputPath "./desired/output/path" -TemplatesVersion "4.0.5212 " -TemplateJsonVersion "3.1.1648"
2+ # Optional parameters: -OutputPath "./desired/output/path" -TemplatesVersion "4.0.5331 " -TemplateJsonVersion "3.1.1648"
33
44# You can check NuGet for the latest template versions:
55# https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ItemTemplates/
1212# Parse CLI arguments
1313param (
1414 [string ]$OutputPath = " ./templates-download" ,
15- [string ]$TemplatesVersion = " 4.0.5212 " ,
15+ [string ]$TemplatesVersion = " 4.0.5331 " ,
1616 [string ]$TemplateJsonVersion = " 3.1.1648"
1717)
1818
Original file line number Diff line number Diff line change 88#### Changes
99
1010- <entry >
11+ - Add updated Durable .NET templates (#4692 )
12+ - Adding the MCP Tool Trigger Templates for the Node/Typescript (#4651 )
13+ - Set ` AzureWebJobsStorage ` to use the storage emulator by default on all platforms (#4685 )
14+ - Update .NET isolated templates package to 4.0.5331 (#4712 )
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:10.0-preview AS installer-env
1+ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS installer-env
22
33COPY . /src/dotnet-function-app
44RUN cd /src/dotnet-function-app && \
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9.0-preview AS installer-env
1+ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS installer-env
22
33COPY . /src/dotnet-function-app
44RUN cd /src/dotnet-function-app && \
You can’t perform that action at this time.
0 commit comments