Thickness01-Thickness14

v2_52_0-Tests
editorconfig
net8.0
This commit is contained in:
2023-12-04 13:29:04 -07:00
parent e16ddf8813
commit 376dfb4415
33 changed files with 799 additions and 154 deletions

View File

@ -55,7 +55,7 @@ public class MET08THFTIRQS408M : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("MET08THFTIRQS408M", "v2.49.2"),
new("MET08THFTIRQS408M", "v2.52.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;