diff --git a/eng/targets/Release.props b/eng/targets/Release.props
index 5b734604..48d6e6c6 100644
--- a/eng/targets/Release.props
+++ b/eng/targets/Release.props
@@ -18,7 +18,7 @@
1.1.0
- entities-preview.2
+ preview.1
diff --git a/src/Abstractions/Abstractions.csproj b/src/Abstractions/Abstractions.csproj
index 3f0a48a6..d44ed238 100644
--- a/src/Abstractions/Abstractions.csproj
+++ b/src/Abstractions/Abstractions.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/src/Abstractions/RELEASENOTES.md b/src/Abstractions/RELEASENOTES.md
index 8c0aa1b1..41d39d0d 100644
--- a/src/Abstractions/RELEASENOTES.md
+++ b/src/Abstractions/RELEASENOTES.md
@@ -1 +1 @@
-- Add support for durable entities
\ No newline at end of file
+- Add support for durable entities
diff --git a/src/Client/OrchestrationServiceClientShim/Client.OrchestrationServiceClientShim.csproj b/src/Client/OrchestrationServiceClientShim/Client.OrchestrationServiceClientShim.csproj
index aa687a11..b5389866 100644
--- a/src/Client/OrchestrationServiceClientShim/Client.OrchestrationServiceClientShim.csproj
+++ b/src/Client/OrchestrationServiceClientShim/Client.OrchestrationServiceClientShim.csproj
@@ -8,6 +8,13 @@ The client is responsible for interacting with orchestrations from outside the w
true
+
+
+ 1.0.5
+
+
+
+
diff --git a/src/Grpc/RELEASENOTES.md b/src/Grpc/RELEASENOTES.md
new file mode 100644
index 00000000..41d39d0d
--- /dev/null
+++ b/src/Grpc/RELEASENOTES.md
@@ -0,0 +1 @@
+- Add support for durable entities