From 8a6e5a494b4e0e1eaf7d0d544a2585521d9166ae Mon Sep 17 00:00:00 2001 From: mpekurny <49953914+mpekurny@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:13:05 +0000 Subject: [PATCH] Update dotnet to v0.7.3 --- dotnet-install.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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": {