diff --git a/AutoUpdater.NET.sln b/AutoUpdater.NET.sln index a8789fc5..39e677ff 100644 --- a/AutoUpdater.NET.sln +++ b/AutoUpdater.NET.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29215.179 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUpdater.NET", "AutoUpdater.NET\AutoUpdater.NET.csproj", "{FB9E7E6B-B19F-4F37-A708-2996190CEF13}" ProjectSection(ProjectDependencies) = postProject @@ -14,6 +14,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZipExtractor", "ZipExtracto EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUpdaterTestWPF", "AutoUpdaterTestWPF\AutoUpdaterTestWPF.csproj", "{9AEE4F21-5ED5-4C7E-9249-8A680123B5E3}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DBD2EE1-6C31-4B24-9212-E221404F4ADE}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + appveyor.yml = appveyor.yml + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/AutoUpdater.NET/DownloadUpdateDialog.it.resx b/AutoUpdater.NET/DownloadUpdateDialog.it.resx index 312301ee..f43caf7c 100644 --- a/AutoUpdater.NET/DownloadUpdateDialog.it.resx +++ b/AutoUpdater.NET/DownloadUpdateDialog.it.resx @@ -121,6 +121,6 @@ Aggiornamento software - Scaricamento dell'aggiornamento... + Download dell'aggiornamento in corso... \ No newline at end of file diff --git a/AutoUpdater.NET/Properties/AssemblyInfo.cs b/AutoUpdater.NET/Properties/AssemblyInfo.cs index 46a82466..4001e7f8 100644 --- a/AutoUpdater.NET/Properties/AssemblyInfo.cs +++ b/AutoUpdater.NET/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.5.0")] -[assembly: AssemblyFileVersion("1.5.5.0")] +[assembly: AssemblyVersion("1.5.6.0")] +[assembly: AssemblyFileVersion("1.5.6.0")] [assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/AutoUpdater.NET/Properties/Resources.it.resx b/AutoUpdater.NET/Properties/Resources.it.resx index b75c50b1..2da7b218 100644 --- a/AutoUpdater.NET/Properties/Resources.it.resx +++ b/AutoUpdater.NET/Properties/Resources.it.resx @@ -124,7 +124,7 @@ Aggiornamento non disponibile - Si è verificato un problema nel raggiungere il server degli aggiornamenti. Controlla la tua connessione a Internet o riprova più tardi. + Si è verificato un problema nel contattare il server degli aggiornamenti. Controlla la tua connessione a Internet o riprova più tardi. Controllo degli aggiornamenti non riuscito diff --git a/AutoUpdater.NET/RemindLaterForm.it.resx b/AutoUpdater.NET/RemindLaterForm.it.resx index 768da42a..9a8bb8ac 100644 --- a/AutoUpdater.NET/RemindLaterForm.it.resx +++ b/AutoUpdater.NET/RemindLaterForm.it.resx @@ -151,6 +151,6 @@ No, scarica gli aggiornamenti adesso (consigliato) - Sì, per favore ricordamelo in seguito: + Sì, ricordamelo in seguito: \ No newline at end of file diff --git a/AutoUpdater.NET/UpdateForm.it.resx b/AutoUpdater.NET/UpdateForm.it.resx index 8ffd1020..eb2fb63d 100644 --- a/AutoUpdater.NET/UpdateForm.it.resx +++ b/AutoUpdater.NET/UpdateForm.it.resx @@ -117,17 +117,23 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 296, 573 + + + 179, 28 + {0} {1} è disponibile! - Ricordamelo in seguito + Ricordamelo più tardi Salta questa versione - aggiornare + Aggiorna {0} {1} è ora disponibile. Hai insallato la versione {2}. Vuoi scaricare l'aggiornamento ora? diff --git a/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec b/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec index 12786b61..fe5378d2 100644 --- a/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec +++ b/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec @@ -2,7 +2,7 @@ Autoupdater.NET.Official - 1.5.5 + 1.5.6 AutoUpdater.NET RBSoft RBSoft diff --git a/appveyor.yml b/appveyor.yml index 0b0e4cca..a13802fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ -version: 1.5.5.{build} +version: 1.5.6.{build} environment: - my_version: 1.5.5 + my_version: 1.5.6 my_secret: secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA= skip_branch_with_pr: true