Skip to content

Commit

Permalink
update to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Feb 22, 2024
1 parent 2b2737f commit 412ff86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
11 changes: 6 additions & 5 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions 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.4</Version>
<Version>0.5</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OneWare.SDK" Version="0.13.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.SDK" Version="0.13.1" Private="false" ExcludeAssets="runtime;Native" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/OneWare.Ghdl/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"dependencies": [
{
"name": "OneWare.SDK",
"minVersion": "0.13.0.0",
"maxVersion": "0.13.0.0"
"version": "0.13.1.0"
}
]
}

0 comments on commit 412ff86

Please sign in to comment.