diff --git a/Extension.md b/Extension.md index 6ec92a4..5ccb94b 100644 --- a/Extension.md +++ b/Extension.md @@ -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 diff --git a/oneware-extension.json b/oneware-extension.json index 24cb788..d0454bd 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -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" + } + ] } ] } diff --git a/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj b/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj index 3b7f9d1..f2d8631 100644 --- a/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj +++ b/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj @@ -1,7 +1,7 @@  - 0.3 + 0.4 net8.0 enable enable @@ -16,7 +16,7 @@ - + diff --git a/src/OneWare.NetlistSvg/oneware.json b/src/OneWare.NetlistSvg/oneware.json index b90bbee..144a860 100644 --- a/src/OneWare.NetlistSvg/oneware.json +++ b/src/OneWare.NetlistSvg/oneware.json @@ -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" } ] } \ No newline at end of file