This commit is contained in:
JacobTech 2024-11-18 23:23:27 -05:00
parent 2aa3f024f4
commit e2046d78e7
2 changed files with 3 additions and 4 deletions

View File

@ -107,7 +107,7 @@ public class NewUpdater : FPSWindow
Download.DoWork += Download_DoWork; Download.DoWork += Download_DoWork;
Download.RunWorkerCompleted += Download_RunWorkerCompleted; Download.RunWorkerCompleted += Download_RunWorkerCompleted;
Download.WorkerReportsProgress = true; Download.WorkerReportsProgress = true;
// Invoke(Download.RunWorkerAsync); Invoke(Download.RunWorkerAsync);
Speed.Start(); Speed.Start();
} }

View File

@ -7,12 +7,11 @@
<FileVersion>1.0.0.0</FileVersion> <FileVersion>1.0.0.0</FileVersion>
<AnalysisLevel>latest</AnalysisLevel> <AnalysisLevel>latest</AnalysisLevel>
<Company>JacobTech, LLC</Company> <Company>JacobTech, LLC</Company>
<Version>1.0.0-alpha02</Version> <Version>1.0.0-alpha05</Version>
<Title>Updater</Title> <Title>Updater</Title>
<Authors>JacobTech</Authors> <Authors>JacobTech</Authors>
<RepositoryUrl>https://git.jacobtech.com/JacobTech.com/Updater</RepositoryUrl> <RepositoryUrl>https://git.jacobtech.com/JacobTech.com/Updater</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<OutputType>Exe</OutputType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>portable</DebugType> <DebugType>portable</DebugType>
@ -28,7 +27,7 @@
</ItemGroup> </ItemGroup>
<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"> <PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1">
<NoWarn>NU1701</NoWarn> <NoWarn>NU1701</NoWarn>
</PackageReference> </PackageReference>