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

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