diff --git a/Updater/NewUpdater.cs b/Updater/NewUpdater.cs
index 1d86a4f..8d23df6 100644
--- a/Updater/NewUpdater.cs
+++ b/Updater/NewUpdater.cs
@@ -107,7 +107,7 @@ public class NewUpdater : FPSWindow
         Download.DoWork += Download_DoWork;
         Download.RunWorkerCompleted += Download_RunWorkerCompleted;
         Download.WorkerReportsProgress = true;
-       // Invoke(Download.RunWorkerAsync);
+        Invoke(Download.RunWorkerAsync);
         Speed.Start();
     }
 
diff --git a/Updater/Updater.csproj b/Updater/Updater.csproj
index b8697d5..a7c7d1b 100755
--- a/Updater/Updater.csproj
+++ b/Updater/Updater.csproj
@@ -7,12 +7,11 @@
     <FileVersion>1.0.0.0</FileVersion>
     <AnalysisLevel>latest</AnalysisLevel>
     <Company>JacobTech, LLC</Company>
-    <Version>1.0.0-alpha02</Version>
+    <Version>1.0.0-alpha05</Version>
     <Title>Updater</Title>
     <Authors>JacobTech</Authors>
     <RepositoryUrl>https://git.jacobtech.com/JacobTech.com/Updater</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
-    <OutputType>Exe</OutputType>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
     <DebugType>portable</DebugType>
@@ -28,7 +27,7 @@
   </ItemGroup>
   
   <ItemGroup>
-    <PackageReference Include="GraphicsManager" Version="1.1.1-alpha23" />
+    <PackageReference Include="GraphicsManager" Version="1.1.1-alpha33" />
     <PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1">
       <NoWarn>NU1701</NoWarn>
     </PackageReference>