Attempt to fix installation not actually working

This commit is contained in:
Royce551 2020-01-19 14:07:03 -06:00
parent 2ceb131726
commit 9e131a63b2
2 changed files with 4 additions and 4 deletions

View file

@ -14,6 +14,7 @@ namespace FRESHMusicPlayer
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Player());

View file

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