This commit is contained in:
Manuel Kamper 2019-12-27 23:53:34 +01:00
parent 527b764e1f
commit 5baddd5a84
4 changed files with 3 additions and 4 deletions

View File

@ -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.47 | © 2015-2020 by mk0.at";
this.Text = "Image Sorter v1.48 | © 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);

View File

@ -81,7 +81,6 @@ namespace Mk0.Software.ImageSorter
}
AutoUpdater.ShowSkipButton = false;
AutoUpdater.AppTitle = "My Custom Application Title";
AutoUpdater.Start("https://software.mk0.at/update/imagesorter.xml");
}

View File

@ -33,7 +33,7 @@
<PublisherName>manuelkamper.com</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.47.0.0</ApplicationVersion>
<ApplicationVersion>1.48.0.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>

View File

@ -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.47.*")]
[assembly: AssemblyVersion("1.48.*")]
//[assembly: AssemblyFileVersion("1.6.0.0")]