From 5a5c304b93c2b7136b08103c84f887d61f508e70 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 11 Feb 2023 02:28:35 -0600 Subject: [PATCH] Removed redundant 'are you sure' from File => Quit --- Form1.cs | 5 +---- Properties/AssemblyInfo.cs | 4 ++-- photo_sorter.csproj | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) 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