fuck you
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>4.3.0</Version>
|
<Version>4.3.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ public class UpdateClient(string updateUrl, AppVersion currentVersion, AppChanne
|
|||||||
public HttpClient WebClient { get; private set; } = new();
|
public HttpClient WebClient { get; private set; } = new();
|
||||||
public string UpdateUrl { get; private set; } = updateUrl;
|
public string UpdateUrl { get; private set; } = updateUrl;
|
||||||
public AppVersion CurrentVersion { get; private set; } = currentVersion;
|
public AppVersion CurrentVersion { get; private set; } = currentVersion;
|
||||||
public AppChannel MinimumChannel { get; private set; } = (AppChannel)Math.Max((int)minimumChannel, (int)currentVersion.Channel);
|
public AppChannel MinimumChannel { get; set; } = minimumChannel;
|
||||||
public UpdateInfo? UpdateInfo { get; private set; }
|
public UpdateInfo? UpdateInfo { get; private set; }
|
||||||
public UpdatePackageInfo? UpdatePackageInfo { get; private set; }
|
public UpdatePackageInfo? UpdatePackageInfo { get; private set; }
|
||||||
public string? HostApplicationPath { get; set; }
|
public string? HostApplicationPath { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user