Skip to content

Commit

Permalink
Update dotnet to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrNestor committed Aug 19, 2024
1 parent d0d342c commit 827230b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dotnet-install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
{
"versions": [
{
"version": "0.6.0",
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"install": {
"windows": [],
"darwin": [],
"linux": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip",
"darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip",
"linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip"
},
"x64": {
"windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip",
"darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip",
"linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip"
},
"arm64": {
"windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip",
"darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip",
"linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.6.0/gauge-dotnet-0.6.0.zip"
}
}
},
{
"version": "0.5.8",
"gaugeVersionSupport": {
Expand Down

0 comments on commit 827230b

Please sign in to comment.