mirror of
https://github.com/Royce551/FRESHMusicPlayer-WinForms.git
synced 2025-01-22 19:02:40 -05:00
Testing commit
This commit is contained in:
parent
a926fb68c0
commit
dd3054713b
2 changed files with 3 additions and 3 deletions
|
@ -319,7 +319,7 @@ namespace FRESHMusicPlayer
|
|||
#endregion
|
||||
private void Player_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
|
||||
Application.Exit();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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")]
|
Loading…
Reference in a new issue