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
4 changes: 2 additions & 2 deletions sdk/Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<MinorProductVersion>15</MinorProductVersion>
<PatchProductVersion>1</PatchProductVersion>
<MinorProductVersion>16</MinorProductVersion>
Comment thread
satvu marked this conversation as resolved.
<PatchProductVersion>0</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
15 changes: 3 additions & 12 deletions sdk/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@
- My change description (#PR/#issue)
-->

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

- Default to source-generated function metadata (#1968)

### Microsoft.Azure.Functions.Worker.Sdk.Analyzers <version> (delete if not updated)

- <entry>

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

- Default to source-generated function metadata (#1968)
- If you had `<FunctionsEnableWorkerIndexing>True</FunctionsEnableWorkerIndexing>` in your `.csproj``, you can remove it after upgrading to this version.

- Default to source-generated function metadata (#1968).
Comment thread
satvu marked this conversation as resolved.
* If you have `<FunctionsEnableWorkerIndexing>True</FunctionsEnableWorkerIndexing>` in your `.csproj` file, you can remove that line after upgrading Azure.Functions.Worker.Sdk version 1.16.0 or later.