Testing commit

This commit is contained in:
Royce551 2020-01-11 15:45:44 -06:00
parent a926fb68c0
commit dd3054713b
2 changed files with 3 additions and 3 deletions

View file

@ -319,7 +319,7 @@ namespace FRESHMusicPlayer
#endregion
private void Player_FormClosing(object sender, FormClosingEventArgs e)
{
Application.Exit();
}
}
}

View file

@ -32,6 +32,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("5.8.4.0")]
[assembly: AssemblyFileVersion("5.8.4.0")]
[assembly: AssemblyVersion("5.8.5.0")]
[assembly: AssemblyFileVersion("5.8.5.0")]
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]