Skip to content

Commit

Permalink
Merge pull request #536 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 8.0.2.2401
  • Loading branch information
lpeyr authored Jan 3, 2024
2 parents cbabd2d + ddad944 commit 2d7cf0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public static class Global
#if NIGHTLY
private static DateTime Date => System.IO.File.GetLastWriteTime(System.Reflection.Assembly.GetEntryAssembly().Location);

public static string Version => $"8.0.1.2401-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.0.2.2401-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "8.0.1.2401";
public static string Version => "8.0.2.2401";
#endif
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/InternetTest/7.0/Version.txt";
internal static string SynethiaPath => $@"{FileSys.AppDataPath}\Léo Corporation\InternetTest Pro\NewSynethiaConfig.json";
Expand Down
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/InternetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Version>8.0.1.2401</Version>
<Version>8.0.2.2401</Version>
<Copyright>© 2024</Copyright>
<Company>Léo Corporation</Company>
<Description>Taking you to another level. InternetTest can locate IP addresses, send ping request, recover your WiFi passwords and more!</Description>
Expand Down
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/Pages/HomePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ internal void LoadNetworkCard()
string ssid = Global.GetCurrentWifiSSID();

NetworkTxt.Text = (ssid == null || !connected) ? Properties.Resources.NotConnectedS : ssid;
NetworkTitleTxt.Text = (ssid == null || !connected) ? Properties.Resources.Network : Properties.Resources.WiFi;
NetworkTitleTxt.Text = Properties.Resources.WiFi;
NetworkIconTxt.Text = (ssid == null || !connected) ? "\uFC27" : "\uF8C5";

}
Expand Down
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Properties/Resources.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Copia</value>
</data>
<data name="NotConnectedS" xml:space="preserve">
<value>Non in linea</value>
<value>Non connessa</value>
</data>
<data name="Checking" xml:space="preserve">
<value>Controllo</value>
Expand All @@ -907,7 +907,7 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Passa il mouse per visualizzarlo</value>
</data>
<data name="Close" xml:space="preserve">
<value>Chiudere</value>
<value>Chiudi</value>
</data>
<data name="QuickActions" xml:space="preserve">
<value>Azioni rapide</value>
Expand Down

0 comments on commit 2d7cf0a

Please sign in to comment.