diff --git a/oneware-extension.json b/oneware-extension.json index 8ab892a..f5f2fd3 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -211,6 +211,27 @@ "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" + } + ] } ] } diff --git a/src/OneWare.Ghdl/OneWare.Ghdl.csproj b/src/OneWare.Ghdl/OneWare.Ghdl.csproj index 60a811e..8c20bd9 100644 --- a/src/OneWare.Ghdl/OneWare.Ghdl.csproj +++ b/src/OneWare.Ghdl/OneWare.Ghdl.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/src/OneWare.Ghdl/oneware.json b/src/OneWare.Ghdl/oneware.json index 5efe1b3..7aea6c2 100644 --- a/src/OneWare.Ghdl/oneware.json +++ b/src/OneWare.Ghdl/oneware.json @@ -2,13 +2,13 @@ "Dependencies": [ { "Name": "OneWare.Essentials", - "MinVersion": "0.5.0.0", - "MaxVersion": "0.5.0.0" + "MinVersion": "0.5.1.0", + "MaxVersion": "0.5.1.0" }, { "Name": "OneWare.UniversalFpgaProjectSystem", - "MinVersion": "0.20.0.0", - "MaxVersion": "0.20.0.0" + "MinVersion": "0.20.1.0", + "MaxVersion": "0.20.1.0" } ] } \ No newline at end of file