Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed May 9, 2024
1 parent b133db1 commit f7419ed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.6/OneWare.QuartusExtension_0.6_linux-x64.zip"
}
]
},
{
"version": "0.7",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.7/OneWare.QuartusExtension_0.7_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.7/OneWare.QuartusExtension_0.7_linux-x64.zip"
}
]
}
]
}
4 changes: 2 additions & 2 deletions src/OneWare.Quartus/OneWare.Quartus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.4.8" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.17.0.1" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.Essentials" Version="0.5.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.20.0.0" Private="false" ExcludeAssets="runtime;Native"/>
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions src/OneWare.Quartus/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.4.8.0",
"MaxVersion": "0.4.8.0"
"MinVersion": "0.5.0.0",
"MaxVersion": "0.5.0.0"
},
{
"Name": "OneWare.UniversalFpgaProjectSystem",
"MinVersion": "0.17.0.1",
"MaxVersion": "0.17.0.1"
"MinVersion": "0.20.0.0",
"MaxVersion": "0.20.0.0"
}
]
}

0 comments on commit f7419ed

Please sign in to comment.