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)