We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1c5df commit 598baefCopy full SHA for 598baef
2 files changed
oneware-extension.json
@@ -40,6 +40,15 @@
40
"url": "https://github.com/one-ware/OneWare.Quartus/releases/download/0.8.0/OneWare.Quartus_0.8.0_all.zip"
41
}
42
]
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
+ ]
52
53
54
src/OneWare.Quartus/OneWare.Quartus.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>0.8.0</Version>
+ <Version>0.8.3</Version>
5
<TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
0 commit comments