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 9820c3c commit 36e7bcf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,27 @@
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.3/OneWare_GhdlExtension_0.9.3_osx-arm64.zip"
}
]
},
{
"version": "0.9.4",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.4/OneWare_GhdlExtension_0.9.4_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.4/OneWare_GhdlExtension_0.9.4_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.4/OneWare_GhdlExtension_0.9.4_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.4/OneWare_GhdlExtension_0.9.4_osx-arm64.zip"
}
]
}
]
}
6 changes: 3 additions & 3 deletions src/OneWare.Ghdl/OneWare.Ghdl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.9.3</Version>
<Version>0.9.4</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -15,8 +15,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.Ghdl/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 36e7bcf

Please sign in to comment.