Skip to content

Commit

Permalink
Merge pull request #589 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 8.4.1.2407
  • Loading branch information
lpeyr authored Jul 11, 2024
2 parents 8112f39 + e21f649 commit cdb2310
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.4.0.2407-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.4.1.2407-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "8.4.0.2407";
public static string Version => "8.4.1.2407";
#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.4.0.2407</Version>
<Version>8.4.1.2407</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
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 @@ -1042,9 +1042,9 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Accesso repository GitHub</value>
</data>
<data name="ExportToCSV" xml:space="preserve">
<value>Esportazione in CSV</value>
<value>Esporta come file CSV</value>
</data>
<data name="ShowHideTimedOut" xml:space="preserve">
<value>Mostra/Nascondi gli elementi scaduti</value>
<value>Visualizza/nascondi elementi scaduti</value>
</data>
</root>

0 comments on commit cdb2310

Please sign in to comment.