Skip to content

Commit

Permalink
Update dotnet to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpekurny committed Nov 28, 2024
1 parent 096e094 commit 8a6e5a4
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.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": {
Expand Down

0 comments on commit 8a6e5a4

Please sign in to comment.