From 5faa144c2632746cbf832ef5f29e90c8eb9a35ca Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Fri, 19 Jul 2024 12:48:15 +0200 Subject: [PATCH] update --- oneware-extension.json | 21 +++++++++++++++++++++ src/OneWare.Ghdl/OneWare.Ghdl.csproj | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/oneware-extension.json b/oneware-extension.json index 59e48a1..24d6ac2 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -253,6 +253,27 @@ "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" + } + ] } ] } diff --git a/src/OneWare.Ghdl/OneWare.Ghdl.csproj b/src/OneWare.Ghdl/OneWare.Ghdl.csproj index 2e69ec0..090cc99 100644 --- a/src/OneWare.Ghdl/OneWare.Ghdl.csproj +++ b/src/OneWare.Ghdl/OneWare.Ghdl.csproj @@ -1,7 +1,7 @@ - 0.9.6 + 0.9.7 net8.0 enable enable