Skip to content

Commit

Permalink
update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 20, 2023
1 parent 077d961 commit 0a47203
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions OneWare.GhdlExtension.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneWare.Ghdl", "OneWare.Ghdl\OneWare.Ghdl.csproj", "{35906567-B993-4063-8A1A-1BDD9175DD4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", "{CE826A5A-B35D-42A7-8032-172D0762F9BA}"
ProjectSection(SolutionItems) = preProject
oneware-extension.json = oneware-extension.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
12 changes: 6 additions & 6 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@
],
"versions": [
{
"version": "0.12.0.2",
"version": "0.12.0.4",
"dependencies": [
{
"name": "OneWare.Core",
"version": "0.12.0.2"
"version": "0.12.0.4"
}
],
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.2/OneWare_GhdlExtension_0.12.0.2_win-x64.zip"
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.4/OneWare_GhdlExtension_0.12.0.4_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.2/OneWare_GhdlExtension_0.12.0.2_linux-x64.zip"
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.4/OneWare_GhdlExtension_0.12.0.4_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.2/OneWare_GhdlExtension_0.12.0.2_osx-x64.zip"
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.4/OneWare_GhdlExtension_0.12.0.4_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.2/OneWare_GhdlExtension_0.12.0.2_osx-arm64.zip"
"url": "https://github.com/ProtopSolutions/OneWare.GhdlExtension/releases/download/0.12.0.4/OneWare_GhdlExtension_0.12.0.4_osx-arm64.zip"
}
]
}
Expand Down

0 comments on commit 0a47203

Please sign in to comment.