Skip to content

Commit

Permalink
Prep release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Jul 19, 2018
1 parent 7bbe887 commit e83241c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<PackageId>Runner.NetCore20</PackageId>
<Authors>The Gauge Team</Authors>
<Version>0.0.1</Version>
<Version>0.1.0</Version>
<Company>ThoughtWorks Inc.</Company>
<Product>Gauge</Product>
<Description>C# runner for Gauge. https://gauge.org</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet",
"version": "0.0.2",
"version": "0.1.0",
"description": "C# support for gauge + .NET Core 2.0",
"run": {
"windows": [
Expand Down Expand Up @@ -31,7 +31,7 @@
]
},
"gaugeVersionSupport": {
"minimum": "0.9.6",
"minimum": "1.0.0",
"maximum": ""
},
"lspLangId": "csharp"
Expand Down

0 comments on commit e83241c

Please sign in to comment.