v2.57.0
This commit is contained in:
@ -64,7 +64,7 @@ public class DEP08SIASM : LoggingUnitTesting, IDisposable
|
||||
StringBuilder results = new();
|
||||
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
|
||||
{
|
||||
new("DEP08SIASM", "v2.56.0"),
|
||||
new("DEP08SIASM", "v2.57.0"),
|
||||
};
|
||||
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
|
||||
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
|
||||
|
@ -86,12 +86,12 @@ public class JPEG : LoggingUnitTesting, IDisposable
|
||||
StringBuilder results = new();
|
||||
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
|
||||
{
|
||||
new("R34", "v2.56.0"),
|
||||
new("R53", "v2.56.0"),
|
||||
new("R55", "v2.56.0"),
|
||||
new("R34-EQPT", "v2.56.0"),
|
||||
new("R53-EQPT", "v2.56.0"),
|
||||
new("R55-EQPT", "v2.56.0"),
|
||||
new("R34", "v2.57.0"),
|
||||
new("R53", "v2.57.0"),
|
||||
new("R55", "v2.57.0"),
|
||||
new("R34-EQPT", "v2.57.0"),
|
||||
new("R53-EQPT", "v2.57.0"),
|
||||
new("R55-EQPT", "v2.57.0"),
|
||||
};
|
||||
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
|
||||
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
|
||||
|
Reference in New Issue
Block a user