Done
This commit is contained in:
parent
2aa3f024f4
commit
e2046d78e7
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user