diff --git a/Form1.cs b/Form1.cs index b4e646e..f4ff08d 100644 --- a/Form1.cs +++ b/Form1.cs @@ -578,10 +578,7 @@ namespace photo_sorter private void quitApplicationToolStripMenuItem_Click(object sender, EventArgs e) { - if (MessageBox.Show("Are you sure you want to quit the Photo Sorter application?", "Question", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) - { - this.Close(); - } + this.Close(); } private void aboutToolStripMenuItem_Click(object sender, EventArgs e) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b5e36d3..ce397bc 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ using System.Runtime.InteropServices; // 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.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.2.1")] +[assembly: AssemblyFileVersion("1.0.2.1")] [assembly: NeutralResourcesLanguage("en")] diff --git a/photo_sorter.csproj b/photo_sorter.csproj index bd5e482..1b39acb 100644 --- a/photo_sorter.csproj +++ b/photo_sorter.csproj @@ -25,8 +25,8 @@ false false true - 0 - 1.0.2.0 + 1 + 1.0.2.1 false true