diff --git a/sdk/Sdk.Generators/Sdk.Generators.csproj b/sdk/Sdk.Generators/Sdk.Generators.csproj index fef28b16e..531e1c160 100644 --- a/sdk/Sdk.Generators/Sdk.Generators.csproj +++ b/sdk/Sdk.Generators/Sdk.Generators.csproj @@ -10,7 +10,7 @@ false true 1 - 2 + 3 true diff --git a/sdk/Sdk/Sdk.csproj b/sdk/Sdk/Sdk.csproj index 85c81eebb..200ea111f 100644 --- a/sdk/Sdk/Sdk.csproj +++ b/sdk/Sdk/Sdk.csproj @@ -2,7 +2,7 @@ 16 - 0 + 1 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 10507d77b..bf2c93bf7 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -4,16 +4,13 @@ - My change description (#PR/#issue) --> -### Microsoft.Azure.Functions.Worker.Sdk 1.16.0 (meta package) +### Microsoft.Azure.Functions.Worker.Sdk 1.16.1 (meta package) -- +- Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.3 -### Microsoft.Azure.Functions.Worker.Sdk.Analyzers (delete if not updated) - -- - -### Microsoft.Azure.Functions.Worker.Sdk.Generators +### Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.3 +- Fixed casing bug in source-generation. Binding types were changed from pascal case to camel case to match legacy generation (#2022) - Reverted: Default to optimized function executor (#2012) - Updated source generated versions of IFunctionExecutor to use `global::` namespace prefix to avoid build errors for function class with the same name as its containing namespace. (#1993) - Updated source generated versions of IFunctionExecutor to include XML documentation for all public types and members