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