Skip to content

Commit

Permalink
Update dotnet to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrNestor committed Feb 20, 2024
1 parent bee0f44 commit ca5eccb
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion dotnet-install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
{
"versions": [
{
"version": "0.5.5",
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"install": {
"windows": [],
"darwin": [],
"linux": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip",
"darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip",
"linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip"
},
"x64": {
"windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip",
"darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip",
"linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip"
},
"arm64": {
"windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip",
"darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip",
"linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.5.5/gauge-dotnet-0.5.5.zip"
}
}
},
{
"version": "0.5.3",
"gaugeVersionSupport": {
Expand Down Expand Up @@ -580,4 +609,4 @@
],
"description": ".NET language runner for gauge",
"name": "dotnet"
}
}

0 comments on commit ca5eccb

Please sign in to comment.