Änderung

- Korrigiert, damit die Post12-Versionen richtig aufgelöst werden
This commit is contained in:
Eugen Höglinger 2021-05-21 14:08:23 +02:00
parent 25f6282be3
commit 7406c68fdb
15 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -123,11 +123,6 @@ namespace Eugen.NX
string nxVersionNo = ReadNxEnvValues(UgiiRootDir, "-n").Replace("\r\n", ""); string nxVersionNo = ReadNxEnvValues(UgiiRootDir, "-n").Replace("\r\n", "");
if (Convert.ToInt32(ugiiBaseDir.ToLower().Remove(0, ugiiBaseDir.LastIndexOf("\\") + 3)) <= 12) if (Convert.ToInt32(ugiiBaseDir.ToLower().Remove(0, ugiiBaseDir.LastIndexOf("\\") + 3)) <= 12)
{
//Nach NX12
AlignCode(nxVersionNo);
}
else
{ {
//Bis einschliesslich NX12 //Bis einschliesslich NX12
string tempPatchText = ReadNxEnvValues(UgiiRootDir, "-m"); string tempPatchText = ReadNxEnvValues(UgiiRootDir, "-m");
@ -135,6 +130,11 @@ namespace Eugen.NX
AlignCode(nxVersionNo, tempPatchText); AlignCode(nxVersionNo, tempPatchText);
} }
else
{
//Nach NX12
AlignCode(nxVersionNo);
}
} }
#region Base value #region Base value

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.