mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-24 21:23:02 +00:00
Changed text to display MasterKey6/7/8 firmware versions
This commit is contained in:
parent
68cfd79b75
commit
4b38e27b2e
3 changed files with 6 additions and 6 deletions
|
@ -15,5 +15,5 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("206c6c47-87b1-477f-b6e6-f7e7c1a92f8f")]
|
||||
[assembly: AssemblyFileVersion("1.4.6.0")]
|
||||
[assembly: AssemblyVersion("1.4.6.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.7.0")]
|
||||
[assembly: AssemblyVersion("1.4.7.0")]
|
||||
|
|
|
@ -69,7 +69,7 @@ namespace XCI_Explorer
|
|||
{
|
||||
using (var client = new WebClient())
|
||||
{
|
||||
client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3L1hUTnFRNEJY"), "keys.txt");
|
||||
client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3LzRieWY1NzFk"), "keys.txt");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -43,11 +43,11 @@ namespace XCI_Explorer
|
|||
case 6:
|
||||
return "MasterKey5 (6.0.0-6.1.0)";
|
||||
case 7:
|
||||
return "MasterKey6 (?)";
|
||||
return "MasterKey6 (6.2.0)";
|
||||
case 8:
|
||||
return "MasterKey7 (?)";
|
||||
return "MasterKey7 (7.0.0-7.0.1)";
|
||||
case 9:
|
||||
return "MasterKey8 (?)";
|
||||
return "MasterKey8 (8.0.0+)";
|
||||
case 10:
|
||||
return "MasterKey9 (?)";
|
||||
case 11:
|
||||
|
|
Loading…
Reference in a new issue