Skip to content

Commit

Permalink
Merge pull request #1 from one-ware/0.20
Browse files Browse the repository at this point in the history
update
  • Loading branch information
HendrikMennen authored Aug 8, 2024
2 parents eaa3159 + 0ad1d05 commit c26174c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 87 deletions.
85 changes: 5 additions & 80 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,95 +28,20 @@
],
"versions": [
{
"version": "0.3",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.3/OneWare_NetlistSVGExtension_0.3_osx-arm64.zip"
}
]
},
{
"version": "0.4",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.4/OneWare_NetlistSVGExtension_0.4_osx-arm64.zip"
}
]
},
{
"version": "0.5",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5/OneWare_NetlistSVGExtension_0.5_osx-arm64.zip"
}
]
},
{
"version": "0.5.1",
"version": "0.5.2",
"targets": [
{
"target": "win-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_win-x64.zip"
},
{
"target": "linux-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_linux-x64.zip"
},
{
"target": "osx-x64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_osx-x64.zip"
},
{
"target": "osx-arm64",
"url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.1/OneWare_NetlistSVGExtension_0.5.1_osx-arm64.zip"
"target": "all",
"url": "https://github.com/one-ware/OneWare.NetlistSVG/releases/download/0.5.2/OneWare.NetlistSvg_0.5.2_all.zip"
}
]
},
{
"version": "0.5.2",
"version": "0.6.0",
"targets": [
{
"target": "all",
"url": "https://github.com/one-ware/OneWare.NetlistSVG/releases/download/0.5.2/OneWare.NetlistSvg_0.5.2_all.zip"
"url": "https://github.com/one-ware/OneWare.NetlistSVG/releases/download/0.6.0/OneWare.NetlistSvg_0.6.0_all.zip"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions src/OneWare.NetlistSvg/OneWare.NetlistSvg.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.5.2</Version>
<Version>0.6.0</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.6.0" Private="false" ExcludeAssets="runtime;Native" />
<PackageReference Include="OneWare.Essentials" Version="0.7.0" Private="false" ExcludeAssets="runtime;Native" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions src/OneWare.NetlistSvg/Services/NetlistSvgService.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using Avalonia;
using Acornima.Ast;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Platform;
using Avalonia.Styling;
using Esprima;
using Esprima.Ast;
using Jint;
using OneWare.Essentials.Enums;
using OneWare.Essentials.Models;
Expand Down
4 changes: 2 additions & 2 deletions src/OneWare.NetlistSvg/oneware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.6.0.0",
"MaxVersion": "0.6.0.0"
"MinVersion": "0.7.0.0",
"MaxVersion": "0.7.0.0"
}
]
}

0 comments on commit c26174c

Please sign in to comment.