Update: Disco Online Services Update Checking
Migrates Disco Update checking to new services at https://services.discoict.com.au.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Disco.Models.Services.Interop.DiscoServices
|
||||
{
|
||||
public class UpdateResponseV2
|
||||
{
|
||||
public string LatestVersion { get; set; }
|
||||
|
||||
public DateTime ReleasedDate { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool IsBetaRelease { get; set; }
|
||||
public string UrlLink { get; set; }
|
||||
|
||||
public DateTime UpdateResponseDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user