diff --git a/AutoUpdater.NET/AutoUpdater.NET.csproj b/AutoUpdater.NET/AutoUpdater.NET.csproj index 8b58a03..580797e 100644 --- a/AutoUpdater.NET/AutoUpdater.NET.csproj +++ b/AutoUpdater.NET/AutoUpdater.NET.csproj @@ -11,9 +11,9 @@ RBSoft AutoUpdater.NET Copyright © 2012-2023 RBSoft - 1.8.1.0 - 1.8.1.0 - 1.8.1.0 + 1.8.3.0 + 1.8.3.0 + 1.8.3.0 true AutoUpdater.NET.snk en @@ -51,6 +51,6 @@ - + \ No newline at end of file diff --git a/AutoUpdater.NET/DownloadUpdateDialog.cs b/AutoUpdater.NET/DownloadUpdateDialog.cs index d5fc773..79bc6fc 100644 --- a/AutoUpdater.NET/DownloadUpdateDialog.cs +++ b/AutoUpdater.NET/DownloadUpdateDialog.cs @@ -204,7 +204,7 @@ private void WebClientOnDownloadFileCompleted(object sender, AsyncCompletedEvent if (AutoUpdater.ClearAppDirectory) { - arguments.Add(" --clear"); + arguments.Add("--clear"); } string[] args = Environment.GetCommandLineArgs(); diff --git a/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec b/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec index 263dc17..6aa4944 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.8.2.0 + 1.8.3.0 AutoUpdater.NET rbsoft false @@ -17,16 +17,16 @@ autoupdate updater c# vb wpf winforms - + - + - + - + diff --git a/appveyor.yml b/appveyor.yml index 9a9e383..b9ab01a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ -version: 1.8.2.{build} +version: 1.8.3.{build} environment: - my_version: 1.8.2 + my_version: 1.8.3 my_secret: secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA= skip_branch_with_pr: true