make CheckForUpdate public
This commit is contained in:
@@ -70,7 +70,7 @@ public class UpdateClient(string updateUrl, AppVersion currentVersion, Channels
|
|||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task<UpdatePackageInfo?> CheckForUpdate()
|
public async Task<UpdatePackageInfo?> CheckForUpdate()
|
||||||
{
|
{
|
||||||
RaiseStatusChanged(UpdateStatus.Searching, UpdateStatusEvent.PreEvent);
|
RaiseStatusChanged(UpdateStatus.Searching, UpdateStatusEvent.PreEvent);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user