Skip to content

Commit

Permalink
Generators package version update (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft authored Oct 7, 2024
1 parent a98b271 commit 0f345be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 0f345be

Please sign in to comment.