Änderung
- Korrigiert, damit die Post12-Versionen richtig aufgelöst werden
This commit is contained in:
parent
25f6282be3
commit
7406c68fdb
Binary file not shown.
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user