diff --git a/src/Gauge.Dotnet.csproj b/src/Gauge.Dotnet.csproj
index 975a3f9..52ea1f8 100644
--- a/src/Gauge.Dotnet.csproj
+++ b/src/Gauge.Dotnet.csproj
@@ -5,7 +5,7 @@
netcoreapp3.0;net5.0
Runner.NetCore30
The Gauge Team
- 0.3.1
+ 0.4.0
ThoughtWorks Inc.
Gauge
C# runner for Gauge. https://gauge.org
diff --git a/src/dotnet.json b/src/dotnet.json
index 4c90216..4382fba 100644
--- a/src/dotnet.json
+++ b/src/dotnet.json
@@ -1,7 +1,7 @@
{
"id": "dotnet",
- "version": "0.3.1",
- "description": "C# support for gauge + .NET Core 3.0",
+ "version": "0.4.0",
+ "description": "C# support for gauge + .NET Core 3.0/5.0 ",
"run": {
"windows": [
"launcher.cmd",
@@ -37,4 +37,4 @@
"lspLangId": "csharp",
"gRPCSupport": true,
"multithreaded": true
-}
\ No newline at end of file
+}