Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Mar 9, 2024
1 parent 669f411 commit 17cd341
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Extension.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Icon](https://oneware.studio/img/slides/vhdl.png)
![Icon](https://one-ware.com/img/studio/slides/vhdl.png)

## NetlistSVG Extension
Includes [NetlistSVG](https://raw.githubusercontent.com/nturley/netlistsvg) v1.0.2
Expand Down
21 changes: 21 additions & 0 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_osx-arm64.zip"
}
]
},
{
"version": "0.4",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_osx-arm64.zip"
}
]
}
]
}
4 changes: 2 additions & 2 deletions src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.3</Version>
<Version>0.4</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.1" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.Essentials" Version="0.3.1" Private="false" ExcludeAssets="runtime;Native"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/OneWare.NetlistSvg/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.1.0.0",
"MaxVersion": "0.1.0.0"
"MinVersion": "0.3.1.0",
"MaxVersion": "0.3.1.0"
}
]
}

0 comments on commit 17cd341

Please sign in to comment.