diff --git a/Mk0.Software.ImageSorter/Main.Designer.cs b/Mk0.Software.ImageSorter/Main.Designer.cs
index 0b8a97a..8711146 100644
--- a/Mk0.Software.ImageSorter/Main.Designer.cs
+++ b/Mk0.Software.ImageSorter/Main.Designer.cs
@@ -693,7 +693,7 @@
this.MinimumSize = new System.Drawing.Size(983, 605);
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Image Sorter v1.43 | © 2015-2020 by mk0.at";
+ this.Text = "Image Sorter v1.47 | © 2015-2020 by mk0.at";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Load += new System.EventHandler(this.Main_Load);
this.Shown += new System.EventHandler(this.Main_Shown);
diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs
index 41dccfd..7ee66b0 100644
--- a/Mk0.Software.ImageSorter/Main.cs
+++ b/Mk0.Software.ImageSorter/Main.cs
@@ -15,6 +15,7 @@ using System.IO;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
+using Mk0.Software.OnlineUpdater;
namespace Mk0.Software.ImageSorter
{
@@ -78,6 +79,10 @@ namespace Mk0.Software.ImageSorter
ProcessParameters(null, Args);
Args = null;
}
+
+ AutoUpdater.ShowSkipButton = false;
+ AutoUpdater.AppTitle = "My Custom Application Title";
+ AutoUpdater.Start("https://software.mk0.at/update/imagesorter.xml");
}
public delegate void ProcessParametersDelegate(object sender, string[] args);
diff --git a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj
index 4c214e2..c1ae470 100644
--- a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj
+++ b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj
@@ -33,7 +33,7 @@
manuelkamper.com
false
0
- 1.43.0.0
+ 1.47.0.0
true
true
true
@@ -91,6 +91,10 @@
..\packages\mk0.tools.randomization.1.0.0\lib\net461\Mk0.Tools.Randomization.dll
+
+ False
+ ..\..\..\Mk0.Software.OnlineUpdater\Mk0.Software.OnlineUpdater\bin\Debug\OnlineUpdater.dll
+
diff --git a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs
index 8342d39..0aacb69 100644
--- a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs
+++ b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.43.*")]
+[assembly: AssemblyVersion("1.47.*")]
//[assembly: AssemblyFileVersion("1.6.0.0")]