Skip to content

Commit

Permalink
Release Prep (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu committed Jul 11, 2024
1 parent 53d764e commit 3c0687b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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>1</PatchProductVersion>
<PatchProductVersion>2</PatchProductVersion>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion sdk/Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<MinorProductVersion>17</MinorProductVersion>
<PatchProductVersion>3</PatchProductVersion>
<PatchProductVersion>4</PatchProductVersion>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>
<Description>This package provides development time support for the Azure Functions .NET Worker.</Description>
Expand Down
9 changes: 4 additions & 5 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Sdk 1.17.3
### Microsoft.Azure.Functions.Worker.Sdk 1.17.4

- Removing redefining of msbuild target `_FunctionsPreBuild` (#2498)
- Upgrade Microsoft.Azure.Functions.Worker.Sdk.Generators to 1.3.2

### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.1
### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.2

- ExtensionStartupRunnerGenerator generating code which conflicts with customer code (namespace) (#2542)
- Enhanced function metadata generation to include `$return` binding for HTTP trigger functions. (#1619)
- Updating generators to fix the namespace conflict with customer code (#2582)
- Updating generators to fix the namespace conflict with customer code (#2582)

0 comments on commit 3c0687b

Please sign in to comment.