v2.49.2 36 Tests Passed

nuget server name
Added Last and Log10 to json
Simplified by adding loop variables
Simplified by only drawling using FillEllipse
Added GetImageBytes back to prove-in ChartJs
This commit is contained in:
2023-05-31 10:14:16 -07:00
parent 6f49fa2cee
commit faa4bd4d86
21 changed files with 646 additions and 78 deletions

View File

@ -133,6 +133,7 @@
<Compile Include="Adaptation\FileHandlers\json\Info.cs" />
<Compile Include="Adaptation\FileHandlers\json\Layer.cs" />
<Compile Include="Adaptation\FileHandlers\json\LayerHeader.cs" />
<Compile Include="Adaptation\FileHandlers\json\Log10.cs" />
<Compile Include="Adaptation\FileHandlers\json\Point.cs" />
<Compile Include="Adaptation\FileHandlers\json\Position.cs" />
<Compile Include="Adaptation\FileHandlers\json\ProcessData.cs" />
@ -197,7 +198,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Infineon.EAF.Runtime">
<Version>2.49.0</Version>
<Version>2.49.2</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>6.0.3</Version>