Skip to content

Commit

Permalink
Release Prep (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Jul 8, 2024
1 parent 9f9826f commit 005f9dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions sdk/Sdk.Generators/Sdk.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<MinorProductVersion>3</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion sdk/Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<MinorProductVersion>17</MinorProductVersion>
<PatchProductVersion>3</PatchProductVersion>
<VersionSuffix>-preview2</VersionSuffix>
<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
4 changes: 2 additions & 2 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Sdk <version> (meta package)
### Microsoft.Azure.Functions.Worker.Sdk 1.17.3

- Removing redefining of msbuild target `_FunctionsPreBuild` (#2498)

### Microsoft.Azure.Functions.Worker.Sdk.Generators <version>
### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.1

- ExtensionStartupRunnerGenerator generating code which conflicts with customer code (namespace) (#2542)

0 comments on commit 005f9dc

Please sign in to comment.