Infineon.EAF.Runtime v2.60.0

This commit is contained in:
2025-05-27 16:49:34 -07:00
parent 90e6be1b3d
commit 6176cfeb6f
7 changed files with 153 additions and 7 deletions

View File

@ -64,7 +64,7 @@ public class DEP08CEPIEPSILON : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("DEP08CEPIEPSILON", "v2.59.0"),
new("DEP08CEPIEPSILON", "v2.60.0"),
};
string production = "http://messa08ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;