diff --git a/.vs/ShowInstalledNXversion.git/v16/.suo b/.vs/ShowInstalledNXversion.git/v16/.suo index abac590..403f570 100644 Binary files a/.vs/ShowInstalledNXversion.git/v16/.suo and b/.vs/ShowInstalledNXversion.git/v16/.suo differ diff --git a/ShowInstalledNXversion/Form1.cs b/ShowInstalledNXversion/Form1.cs index 266f29a..252be37 100644 --- a/ShowInstalledNXversion/Form1.cs +++ b/ShowInstalledNXversion/Form1.cs @@ -141,7 +141,7 @@ namespace ShowInstalledNXversion private void comboBoxInstalledNX_SelectedIndexChanged(object sender, EventArgs e) { - NxVersion = comboBoxInstalledNX.SelectedItem.ToString(); + Version = comboBoxInstalledNX.SelectedItem.ToString(); ShowVersion(); } @@ -160,7 +160,7 @@ namespace ShowInstalledNXversion protected string InstallationFolder { private set; get; } protected List InstalledNxVersions { private set; get; } - protected string NxVersion { private set; get; } + protected string Version { private set; get; } private void InstalledVersions() { @@ -175,7 +175,7 @@ namespace ShowInstalledNXversion } comboBoxInstalledNX.SelectedIndex = 0; comboBoxInstalledNX.Refresh(); - NxVersion = comboBoxInstalledNX.SelectedItem.ToString(); + Version = comboBoxInstalledNX.SelectedItem.ToString(); ShowVersion(); } @@ -212,9 +212,9 @@ namespace ShowInstalledNXversion private void ShowVersion() { - NxVersion nxVer = new NxVersion(String.Concat(InstallationFolder, "\\NX", NxVersion)); //Informationen über diese Version abrufen + NxVersion nxVer = new NxVersion(String.Concat(InstallationFolder, "\\NX", Version)); //Informationen über diese Version abrufen - if (Convert.ToInt32(NxVersion) <= 12) + if (Convert.ToInt32(Version) <= 12) { textBoxInstalledNxVersion.Text = nxVer.NXpatch; } diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion(KomprimierteVersion)/ShowInstalledNXversion.exe b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion(KomprimierteVersion)/ShowInstalledNXversion.exe new file mode 100644 index 0000000..d4b7d84 Binary files /dev/null and b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion(KomprimierteVersion)/ShowInstalledNXversion.exe differ diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe index dfdafda..bf7503f 100644 Binary files a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe and b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe differ diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe_komprimiert b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe_komprimiert new file mode 100644 index 0000000..f72b41d Binary files /dev/null and b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.exe_komprimiert differ diff --git a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb index 36601e4..614cb24 100644 Binary files a/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb and b/ShowInstalledNXversion/bin/Debug/ShowInstalledNXversion.pdb differ diff --git a/ShowInstalledNXversion/bin/Debug/henxver.dll b/ShowInstalledNXversion/bin/Debug/henxver.dll index b0ce5f5..06ace4b 100644 Binary files a/ShowInstalledNXversion/bin/Debug/henxver.dll and b/ShowInstalledNXversion/bin/Debug/henxver.dll differ diff --git a/ShowInstalledNXversion/bin/Debug/henxver.pdb b/ShowInstalledNXversion/bin/Debug/henxver.pdb index 5c72835..3c019dc 100644 Binary files a/ShowInstalledNXversion/bin/Debug/henxver.pdb and b/ShowInstalledNXversion/bin/Debug/henxver.pdb differ diff --git a/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 3d4e46e..fd04449 100644 Binary files a/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/ShowInstalledNXversion/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.Form1.resources b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.Form1.resources index a33c3af..6c05a97 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.Form1.resources and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.Form1.resources differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache index 67cb932..37ca516 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csproj.GenerateResource.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csprojAssemblyReference.cache b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csprojAssemblyReference.cache index fb70a10..7847315 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csprojAssemblyReference.cache and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.csprojAssemblyReference.cache differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe index dfdafda..f72b41d 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.exe differ diff --git a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb index 36601e4..614cb24 100644 Binary files a/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb and b/ShowInstalledNXversion/obj/Debug/ShowInstalledNXversion.pdb differ