Skip to content

Commit 99fc4f5

Browse files
committed
0.99.9
1 parent 4260ca0 commit 99fc4f5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

oneware-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
]
123123
},
124124
{
125-
"version": "0.99.5",
125+
"version": "0.99.9",
126126
"isPrerelease": true,
127-
"minStudioVersion": "0.99.5",
127+
"minStudioVersion": "0.99.9",
128128
"targets": [
129129
{
130130
"target": "all"

src/OneWare.GhdlExtension/GhdlYosysToolchain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ public override async Task<bool> CompileAsync(UniversalFpgaProjectRoot project,
1515
return await ghdlToolchainService.CompileAsync(project, fpga);
1616
}
1717

18+
public override string Id => ToolchainId;
1819
public override string Name => "GHDL_Yosys";
1920
}

src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.99.7</Version>
4+
<Version>0.99.9</Version>
55
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="OneWare.Essentials" Version="0.99.7.0" Private="false" ExcludeAssets="runtime;Native" />
15-
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.99.7.0" Private="false" ExcludeAssets="runtime;Native" />
16-
<PackageReference Include="OneWare.OssCadSuiteIntegration" Version="0.99.7.0" Private="true" ExcludeAssets="runtime;Native" />
14+
<PackageReference Include="OneWare.Essentials" Version="0.99.9.0" Private="false" ExcludeAssets="runtime;Native" />
15+
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.99.9.0" Private="false" ExcludeAssets="runtime;Native" />
16+
<PackageReference Include="OneWare.OssCadSuiteIntegration" Version="0.99.9.0" Private="true" ExcludeAssets="runtime;Native" />
1717
</ItemGroup>
1818

1919
<Target Name="GenerateCompatibilityFile" AfterTargets="Build">

0 commit comments

Comments
 (0)