diff --git a/dotnet-install.json b/dotnet-install.json index c13d3cd..83fa159 100644 --- a/dotnet-install.json +++ b/dotnet-install.json @@ -1,5 +1,34 @@ { "versions": [ + { + "version": "0.7.3", + "gaugeVersionSupport": { + "minimum": "1.0.7", + "maximum": "" + }, + "install": { + "windows": [], + "darwin": [], + "linux": [] + }, + "DownloadUrls": { + "x86": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip" + }, + "x64": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip" + }, + "arm64": { + "windows": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip", + "darwin": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip", + "linux": "https://github.com/getgauge/gauge-dotnet/releases/download/v0.7.3/gauge-dotnet-0.7.3.zip" + } + } + }, { "version": "0.7.2", "gaugeVersionSupport": {