Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Generators package version update
  • Loading branch information
surgupta-msft committed Oct 7, 2024
commit 2cbc1e101a479b0271cb87648c8f920e4e6dfdfd
2 changes: 1 addition & 1 deletion sdk/Sdk.Generators/Sdk.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<MinorProductVersion>3</MinorProductVersion>
<PatchProductVersion>3</PatchProductVersion>
<PatchProductVersion>4</PatchProductVersion>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

### Microsoft.Azure.Functions.Worker.Sdk 1.18.1

- Updated `Microsoft.Azure.Functions.Worker.Sdk.Generators` reference to 1.3.3.
- Updated `Microsoft.Azure.Functions.Worker.Sdk.Generators` reference to 1.3.4.

### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.3
### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.4

- Changed `FunctionExecutorGenerator` to avoid generation of long `if`/`else` chains for apps with a large number of functions.

Expand Down