diff --git a/oneware-extension.json b/oneware-extension.json index bb75600..b24aab2 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -24,23 +24,24 @@ ], "versions": [ { - "version": "0.3", + "version": "0.5", + "sdkVersion": "0.13.1.0", "targets": [ { "target": "win-x64", - "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.3/OneWare_GhdlExtension_0.3_win-x64.zip" + "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.3/OneWare_GhdlExtension_0.3_linux-x64.zip" + "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.3/OneWare_GhdlExtension_0.3_osx-x64.zip" + "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.3/OneWare_GhdlExtension_0.3_osx-arm64.zip" + "url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.5/OneWare_GhdlExtension_0.5_osx-arm64.zip" } ] } diff --git a/src/OneWare.Ghdl/OneWare.Ghdl.csproj b/src/OneWare.Ghdl/OneWare.Ghdl.csproj index 2f7ff70..4833f37 100644 --- a/src/OneWare.Ghdl/OneWare.Ghdl.csproj +++ b/src/OneWare.Ghdl/OneWare.Ghdl.csproj @@ -1,7 +1,7 @@ - 0.4 + 0.5 net8.0 enable enable @@ -11,7 +11,7 @@ - + diff --git a/src/OneWare.Ghdl/oneware.json b/src/OneWare.Ghdl/oneware.json index 13c6888..b2dc507 100644 --- a/src/OneWare.Ghdl/oneware.json +++ b/src/OneWare.Ghdl/oneware.json @@ -2,8 +2,7 @@ "dependencies": [ { "name": "OneWare.SDK", - "minVersion": "0.13.0.0", - "maxVersion": "0.13.0.0" + "version": "0.13.1.0" } ] } \ No newline at end of file