Skip to content

Commit 598baef

Browse files
committed
.
1 parent 3e1c5df commit 598baef

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

oneware-extension.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.8.0/OneWare.Quartus_0.8.0_all.zip"
4141
}
4242
]
43+
},
44+
{
45+
"version": "0.8.3",
46+
"targets": [
47+
{
48+
"target": "all",
49+
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.8.3/OneWare.Quartus_0.8.3_all.zip"
50+
}
51+
]
4352
}
4453
]
4554
}

src/OneWare.Quartus/OneWare.Quartus.csproj

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

33
<PropertyGroup>
4-
<Version>0.8.0</Version>
4+
<Version>0.8.3</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)