From c11b095f1efd6ae5522ad37c00eceabf00afefc6 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Thu, 2 Nov 2023 10:25:49 -0700 Subject: [PATCH] Worker.Sdk release prep for 1.16.0 version --- sdk/Sdk/Sdk.csproj | 4 ++-- sdk/release_notes.md | 15 +++------------ 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/sdk/Sdk/Sdk.csproj b/sdk/Sdk/Sdk.csproj index 6e8d6210e..85c81eebb 100644 --- a/sdk/Sdk/Sdk.csproj +++ b/sdk/Sdk/Sdk.csproj @@ -1,8 +1,8 @@  - 15 - 1 + 16 + 0 netstandard2.0;net472 Microsoft.Azure.Functions.Worker.Sdk This package provides development time support for the Azure Functions .NET Worker. diff --git a/sdk/release_notes.md b/sdk/release_notes.md index 559e3cc9f..38c6714c0 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -4,16 +4,7 @@ - My change description (#PR/#issue) --> -### Microsoft.Azure.Functions.Worker.Sdk (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 (delete if not updated) - -- - -### Microsoft.Azure.Functions.Worker.Sdk.Generators - -- Default to source-generated function metadata (#1968) - - If you had `True` in your `.csproj``, you can remove it after upgrading to this version. - \ No newline at end of file +- Default to source-generated function metadata (#1968). + * If you have `True` in your `.csproj` file, you can remove that line after upgrading Azure.Functions.Worker.Sdk version 1.16.0 or later. \ No newline at end of file