diff --git a/provider/resources.go b/provider/resources.go
index 990c260..3098cb6 100644
--- a/provider/resources.go
+++ b/provider/resources.go
@@ -64,6 +64,7 @@ func Provider() tfbridge.ProviderInfo {
P: pf.ShimProvider(provider),
TFProviderModuleVersion: "v2",
Name: "twingate",
+ Version: version.Version,
// DisplayName is a way to be able to change the casing of the provider
// name when being displayed on the Pulumi registry
DisplayName: "Twingate",
diff --git a/sdk/dotnet/Config/README.md b/sdk/dotnet/Config/README.md
index cba2359..e3a8cfd 100644
--- a/sdk/dotnet/Config/README.md
+++ b/sdk/dotnet/Config/README.md
@@ -1 +1 @@
-A Pulumi package for creating and managing twingate cloud resources.
+A Pulumi package for creating and managing Twingate cloud resources.
diff --git a/sdk/dotnet/Pulumi.Twingate.csproj b/sdk/dotnet/Pulumi.Twingate.csproj
index 2088856..1f2878c 100644
--- a/sdk/dotnet/Pulumi.Twingate.csproj
+++ b/sdk/dotnet/Pulumi.Twingate.csproj
@@ -4,7 +4,7 @@
true
Twingate
Twingate
- A Pulumi package for creating and managing twingate cloud resources.
+ A Pulumi package for creating and managing Twingate cloud resources.
Apache-2.0
https://www.twingate.com
https://github.com/Twingate/pulumi-twingate
diff --git a/sdk/dotnet/README.md b/sdk/dotnet/README.md
index cba2359..e3a8cfd 100644
--- a/sdk/dotnet/README.md
+++ b/sdk/dotnet/README.md
@@ -1 +1 @@
-A Pulumi package for creating and managing twingate cloud resources.
+A Pulumi package for creating and managing Twingate cloud resources.
diff --git a/sdk/go/twingate/doc.go b/sdk/go/twingate/doc.go
index 07b5530..30bb871 100644
--- a/sdk/go/twingate/doc.go
+++ b/sdk/go/twingate/doc.go
@@ -1,2 +1,2 @@
-// A Pulumi package for creating and managing twingate cloud resources.
+// A Pulumi package for creating and managing Twingate cloud resources.
package twingate
diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json
index 44eec0a..547c76c 100644
--- a/sdk/nodejs/package.json
+++ b/sdk/nodejs/package.json
@@ -1,7 +1,7 @@
{
"name": "@twingate/pulumi-twingate",
"version": "${VERSION}",
- "description": "A Pulumi package for creating and managing twingate cloud resources.",
+ "description": "A Pulumi package for creating and managing Twingate cloud resources.",
"keywords": [
"pulumi",
"twingate",
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 090d7f8..0595b4f 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -21,7 +21,7 @@ def readme():
setup(name='pulumi_twingate',
python_requires='>=3.8',
version=VERSION,
- description="A Pulumi package for creating and managing twingate cloud resources.",
+ description="A Pulumi package for creating and managing Twingate cloud resources.",
long_description=readme(),
long_description_content_type='text/markdown',
keywords='pulumi twingate category/infrastructure',