From 0ad1d05d9cef224bcf1fff4287de78ed05394667 Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Fri, 9 Aug 2024 00:08:07 +0200 Subject: [PATCH] update --- oneware-extension.json | 85 ++----------------- .../OneWare.NetlistSvg.csproj | 4 +- .../Services/NetlistSvgService.cs | 5 +- src/OneWare.NetlistSvg/oneware.json | 4 +- 4 files changed, 11 insertions(+), 87 deletions(-) diff --git a/oneware-extension.json b/oneware-extension.json index 3192dc2..aa22d80 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -28,95 +28,20 @@ ], "versions": [ { - "version": "0.3", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_osx-x64.zip" - }, - { - "target": "osx-arm64", - "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" - } - ] - }, - { - "version": "0.5", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_osx-arm64.zip" - } - ] - }, - { - "version": "0.5.1", + "version": "0.5.2", "targets": [ { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_osx-arm64.zip" + "target": "all", + "url": "https://github.com/one-ware/OneWare.NetlistSVG/releases/download/0.5.2/OneWare.NetlistSvg_0.5.2_all.zip" } ] }, { - "version": "0.5.2", + "version": "0.6.0", "targets": [ { "target": "all", - "url": "https://github.com/one-ware/OneWare.NetlistSVG/releases/download/0.5.2/OneWare.NetlistSvg_0.5.2_all.zip" + "url": "https://github.com/one-ware/OneWare.NetlistSVG/releases/download/0.6.0/OneWare.NetlistSvg_0.6.0_all.zip" } ] } diff --git a/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj b/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj index 2c5a43a..1c1563b 100644 --- a/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj +++ b/src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj @@ -1,7 +1,7 @@  - 0.5.2 + 0.6.0 net8.0 enable enable @@ -16,7 +16,7 @@ - + diff --git a/src/OneWare.NetlistSvg/Services/NetlistSvgService.cs b/src/OneWare.NetlistSvg/Services/NetlistSvgService.cs index 2588450..622c605 100644 --- a/src/OneWare.NetlistSvg/Services/NetlistSvgService.cs +++ b/src/OneWare.NetlistSvg/Services/NetlistSvgService.cs @@ -1,9 +1,8 @@ -using Avalonia; +using Acornima.Ast; +using Avalonia; using Avalonia.Controls; using Avalonia.Platform; using Avalonia.Styling; -using Esprima; -using Esprima.Ast; using Jint; using OneWare.Essentials.Enums; using OneWare.Essentials.Models; diff --git a/src/OneWare.NetlistSvg/oneware.json b/src/OneWare.NetlistSvg/oneware.json index cace8f3..c17285e 100644 --- a/src/OneWare.NetlistSvg/oneware.json +++ b/src/OneWare.NetlistSvg/oneware.json @@ -2,8 +2,8 @@ "Dependencies": [ { "Name": "OneWare.Essentials", - "MinVersion": "0.6.0.0", - "MaxVersion": "0.6.0.0" + "MinVersion": "0.7.0.0", + "MaxVersion": "0.7.0.0" } ] } \ No newline at end of file