From 8fa3d0622fe0f3b41615856c392d67e0b13d4e2e Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Thu, 8 Aug 2024 23:58:58 +0200 Subject: [PATCH 1/2] update --- oneware-extension.json | 9 +++++++++ src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj | 4 ++-- src/OneWare.GhdlExtension/oneware.json | 8 ++++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/oneware-extension.json b/oneware-extension.json index 22740aa..7681244 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -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" + } + ] } ] } diff --git a/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj b/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj index ff62d79..20c464b 100644 --- a/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj +++ b/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/src/OneWare.GhdlExtension/oneware.json b/src/OneWare.GhdlExtension/oneware.json index d477d0e..6121e07 100644 --- a/src/OneWare.GhdlExtension/oneware.json +++ b/src/OneWare.GhdlExtension/oneware.json @@ -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" } ] } \ No newline at end of file From c2d194836e0779242c3eb49d8e187fcfe9301ad4 Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Fri, 9 Aug 2024 00:09:35 +0200 Subject: [PATCH 2/2] . --- oneware-extension.json | 252 ------------------ .../OneWare.GhdlExtension.csproj | 2 +- 2 files changed, 1 insertion(+), 253 deletions(-) diff --git a/oneware-extension.json b/oneware-extension.json index 7681244..4f44fe1 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -23,258 +23,6 @@ } ], "versions": [ - { - "version": "0.5", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.5/OneWare_GhdlExtension_0.5_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.5/OneWare_GhdlExtension_0.5_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.5/OneWare_GhdlExtension_0.5_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.5/OneWare_GhdlExtension_0.5_osx-arm64.zip" - } - ] - }, - { - "version": "0.6", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.6/OneWare_GhdlExtension_0.6_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.6/OneWare_GhdlExtension_0.6_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.6/OneWare_GhdlExtension_0.6_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.6/OneWare_GhdlExtension_0.6_osx-arm64.zip" - } - ] - }, - { - "version": "0.7", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.7/OneWare_GhdlExtension_0.7_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.7/OneWare_GhdlExtension_0.7_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.7/OneWare_GhdlExtension_0.7_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.7/OneWare_GhdlExtension_0.7_osx-arm64.zip" - } - ] - }, - { - "version": "0.8", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.8/OneWare_GhdlExtension_0.8_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.8/OneWare_GhdlExtension_0.8_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.8/OneWare_GhdlExtension_0.8_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.8/OneWare_GhdlExtension_0.8_osx-arm64.zip" - } - ] - }, - { - "version": "0.9", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9/OneWare_GhdlExtension_0.9_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9/OneWare_GhdlExtension_0.9_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9/OneWare_GhdlExtension_0.9_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9/OneWare_GhdlExtension_0.9_osx-arm64.zip" - } - ] - }, - { - "version": "0.9.1", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.1/OneWare_GhdlExtension_0.9.1_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.1/OneWare_GhdlExtension_0.9.1_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.1/OneWare_GhdlExtension_0.9.1_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.1/OneWare_GhdlExtension_0.9.1_osx-arm64.zip" - } - ] - }, - { - "version": "0.9.2", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.2/OneWare_GhdlExtension_0.9.2_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.2/OneWare_GhdlExtension_0.9.2_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.2/OneWare_GhdlExtension_0.9.2_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.2/OneWare_GhdlExtension_0.9.2_osx-arm64.zip" - } - ] - }, - { - "version": "0.9.3", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.3/OneWare_GhdlExtension_0.9.3_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.3/OneWare_GhdlExtension_0.9.3_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.3/OneWare_GhdlExtension_0.9.3_osx-x64.zip" - }, - { - "target": "osx-arm64", - "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" - } - ] - }, - { - "version": "0.9.5", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.5/OneWare_GhdlExtension_0.9.5_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.5/OneWare_GhdlExtension_0.9.5_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.5/OneWare_GhdlExtension_0.9.5_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.5/OneWare_GhdlExtension_0.9.5_osx-arm64.zip" - } - ] - }, - { - "version": "0.9.6", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.6/OneWare_GhdlExtension_0.9.6_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.6/OneWare_GhdlExtension_0.9.6_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.6/OneWare_GhdlExtension_0.9.6_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.6/OneWare_GhdlExtension_0.9.6_osx-arm64.zip" - } - ] - }, - { - "version": "0.9.7", - "targets": [ - { - "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.7/OneWare_GhdlExtension_0.9.7_win-x64.zip" - }, - { - "target": "linux-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.7/OneWare_GhdlExtension_0.9.7_linux-x64.zip" - }, - { - "target": "osx-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.7/OneWare_GhdlExtension_0.9.7_osx-x64.zip" - }, - { - "target": "osx-arm64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.9.7/OneWare_GhdlExtension_0.9.7_osx-arm64.zip" - } - ] - }, { "version": "0.9.8", "targets": [ diff --git a/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj b/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj index 20c464b..faf447c 100644 --- a/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj +++ b/src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj @@ -1,7 +1,7 @@ - 0.9.8 + 0.10.0 net8.0 enable enable