Skip to content

Commit

Permalink
Worker Sdk 1.16.4 release preparation. (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyju authored Dec 7, 2023
1 parent 3013ff0 commit 463cc82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion sdk/Sdk.Generators/Sdk.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<MinorProductVersion>1</MinorProductVersion>
<PatchProductVersion>6</PatchProductVersion>
<VersionSuffix>-preview1</VersionSuffix>
<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>16</MinorProductVersion>
<PatchProductVersion>4</PatchProductVersion>
<VersionSuffix>-preview1</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
6 changes: 3 additions & 3 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 1.16.4-preview1 (meta package)
### Microsoft.Azure.Functions.Worker.Sdk 1.16.4 (meta package)

- Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.6-preview1
- Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.6

### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.6-preview1
### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.6

- Avoid executing source generators outside of an Azure Functions project. (#2119)

0 comments on commit 463cc82

Please sign in to comment.