diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index ed494564..efca9c8c 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/Toolbox/MainForm.cs b/Toolbox/MainForm.cs index f9e961d5..bfe93339 100644 --- a/Toolbox/MainForm.cs +++ b/Toolbox/MainForm.cs @@ -128,7 +128,7 @@ namespace Toolbox DialogResult result; using (DialogCenteringService centeringService = new DialogCenteringService(this)) // center message box { - result = MessageBox.Show($"A new update is available {UpdateProgram.LatestRelease.TagName}!" + + result = MessageBox.Show($"A new update is available {UpdateProgram.LatestRelease.TagName} {UpdateProgram.LatestRelease.Body}!" + $" Would you like to install it?", "Updater", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1); } if (result == DialogResult.Yes)