diff --git a/Deepgram/Deepgram.csproj b/Deepgram/Deepgram.csproj
index f144ebd9..f2773496 100644
--- a/Deepgram/Deepgram.csproj
+++ b/Deepgram/Deepgram.csproj
@@ -14,6 +14,9 @@
Deepgram.NET SDK
Deepgram
Deepgram.NET
+ 3.4.1-beta
+ deepgram
+
diff --git a/Deepgram/Utilities/HttpClientUtil.cs b/Deepgram/Utilities/HttpClientUtil.cs
index 424fe06b..e2f45492 100644
--- a/Deepgram/Utilities/HttpClientUtil.cs
+++ b/Deepgram/Utilities/HttpClientUtil.cs
@@ -35,7 +35,7 @@ public void SetTimeOut(TimeSpan timeSpan)
// If the timeout has a new value, create a new HttpClient
if (HttpClient.Timeout != timeSpan)
{
- HttpClient = Create();
+ // HttpClient = Create(); // temporary bug fix until SDK v4 is released
}
// Set the timeout