mirror of
https://github.com/Royce551/FRESHMusicPlayer-WinForms.git
synced 2025-01-22 19:02:40 -05:00
Attempt to fix installation not actually working
This commit is contained in:
parent
2ceb131726
commit
9e131a63b2
2 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,7 @@ namespace FRESHMusicPlayer
|
|||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Player());
|
||||
|
|
|
@ -32,7 +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("6.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("6.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("FRESHMusicPlayer Ver. 6")]
|
||||
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
||||
[assembly: AssemblyVersion("6.1.1.0")]
|
||||
[assembly: AssemblyFileVersion("6.1.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("FRESHMusicPlayer Ver. 6.1.1")]
|
Loading…
Reference in a new issue