Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Aug 8, 2024
1 parent ebeec94 commit 8fa3d06
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,15 @@
"url": "https://github.com/one-ware/OneWare.GhdlExtension/releases/download/0.9.8/OneWare.GhdlExtension_0.9.8_all.zip"
}
]
},
{
"version": "0.10.0",
"targets": [
{
"target": "all",
"url": "https://github.com/one-ware/OneWare.GhdlExtension/releases/download/0.10.0/OneWare.GhdlExtension_0.10.0_all.zip"
}
]
}
]
}
4 changes: 2 additions & 2 deletions src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.6.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.21.0.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.Essentials" Version="0.7.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.30.0.0" Private="false" ExcludeAssets="runtime;Native"/>
</ItemGroup>

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

0 comments on commit 8fa3d06

Please sign in to comment.