Skip to content

Commit

Permalink
Merge pull request #619 from Leo-Corporation/vNext
Browse files Browse the repository at this point in the history
Version 8.6.1.2409
  • Loading branch information
lpeyr authored Sep 20, 2024
2 parents 6520111 + 805e038 commit 6519e25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions InternetTest/InternetTest/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,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.6.0.2409-nightly{Date:yyMM.dd@HHmm}";
public static string Version => $"8.6.1.2409-nightly{Date:yyMM.dd@HHmm}";

#else
public static string Version => "8.6.0.2409";
public static string Version => "8.6.1.2409";
#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.6.0.2409</Version>
<Version>8.6.1.2409</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
14 changes: 7 additions & 7 deletions InternetTest/InternetTest/Properties/Resources.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1066,16 +1066,16 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Cache DNS</value>
</data>
<data name="GetCache" xml:space="preserve">
<value>Ottenere la cache</value>
<value>Ottieni cache</value>
</data>
<data name="FlushDNS" xml:space="preserve">
<value>Svuotare la cache DNS</value>
<value>Svuota cache DNS</value>
</data>
<data name="Entry" xml:space="preserve">
<value>Ingresso</value>
<value>Voce</value>
</data>
<data name="RecordName" xml:space="preserve">
<value>Nome del record</value>
<value>Nome record</value>
</data>
<data name="Type" xml:space="preserve">
<value>Tipo</value>
Expand All @@ -1084,9 +1084,9 @@ Assolutamente NESSUN dato verrà inviato a Léo Corporation.</value>
<value>Dati</value>
</data>
<data name="FlushDNSMessage" xml:space="preserve">
<value>Siete sicuri di voler svuotare la cache DNS memorizzata sul dispositivo? Questa operazione non può essere annullata.</value>
<value>Sei sicuro di voler cancellare la cache DNS memorizzata nel dispositivo? Questa operazione non potrà essere annullata.</value>
</data>
<data name="FlushDNSSuccess" xml:space="preserve">
<value>La cache DNS è stata scaricata con successo.</value>
<value>Cancellazione cache DNS completata.</value>
</data>
</root>
</root>

0 comments on commit 6519e25

Please sign in to comment.