Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: BugDiver <vinaysh@thoughtworks.com>
  • Loading branch information
Vinay Shankar Shukla authored May 6, 2021
1 parent 15f3433 commit ee4a112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Gauge.Dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netcoreapp3.0;net5.0</TargetFrameworks>
<PackageId>Runner.NetCore30</PackageId>
<Authors>The Gauge Team</Authors>
<Version>0.3.1</Version>
<Version>0.4.0</Version>
<Company>ThoughtWorks Inc.</Company>
<Product>Gauge</Product>
<Description>C# runner for Gauge. https://gauge.org</Description>
Expand Down
6 changes: 3 additions & 3 deletions src/dotnet.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -37,4 +37,4 @@
"lspLangId": "csharp",
"gRPCSupport": true,
"multithreaded": true
}
}

0 comments on commit ee4a112

Please sign in to comment.