From ee4a112f976145b2462d0265142f07ab719c55d2 Mon Sep 17 00:00:00 2001 From: Vinay Shankar Shukla Date: Thu, 6 May 2021 18:16:46 +0530 Subject: [PATCH] Bump version to 0.4.0 Signed-off-by: BugDiver --- src/Gauge.Dotnet.csproj | 2 +- src/dotnet.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}