Add commit info for updater

This commit is contained in:
KillzXGaming 2019-03-30 17:46:07 -04:00
parent db13c0d8b7
commit 7afcfc40a4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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)