From 89d947ddde397e98e9515f52eb1f22a1a30cb498 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Wed, 6 Dec 2023 15:31:56 -0800 Subject: [PATCH] Worker Sdk 1.16.4 release preparation. --- sdk/Sdk.Generators/Sdk.Generators.csproj | 1 - sdk/Sdk/Sdk.csproj | 1 - sdk/release_notes.md | 6 +++--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sdk/Sdk.Generators/Sdk.Generators.csproj b/sdk/Sdk.Generators/Sdk.Generators.csproj index eafd7104a..dfbaa15a1 100644 --- a/sdk/Sdk.Generators/Sdk.Generators.csproj +++ b/sdk/Sdk.Generators/Sdk.Generators.csproj @@ -11,7 +11,6 @@ true 1 6 - -preview1 true diff --git a/sdk/Sdk/Sdk.csproj b/sdk/Sdk/Sdk.csproj index cc4333b22..a80cae752 100644 --- a/sdk/Sdk/Sdk.csproj +++ b/sdk/Sdk/Sdk.csproj @@ -3,7 +3,6 @@ 16 4 - -preview1 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 327a8d756..d61770f66 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -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)