Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 16, 2024
1 parent b86932e commit 6c094c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,27 @@
"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"
}
]
}
]
}
2 changes: 1 addition & 1 deletion src/OneWare.Ghdl/OneWare.Ghdl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.9.5</Version>
<Version>0.9.6</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 6c094c0

Please sign in to comment.