Nuget updates, IQS pull and

Added Variation Variable
This commit is contained in:
2023-02-27 15:57:35 -07:00
parent 37bdae542c
commit e919dcc395
25 changed files with 734 additions and 90 deletions

View File

@ -141,9 +141,9 @@ public class PCL : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("HGCV1", "v2.43.0"),
new("HGCV2", "v2.43.0"),
new("HGCV3", "v2.43.0"),
new("HGCV1", "v2.47.5"),
new("HGCV2", "v2.47.5"),
new("HGCV3", "v2.47.5"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;