mirror of
https://github.com/Stone-Red-Code/AlwaysUpToDate.git
synced 2026-09-07 07:46:05 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AlwaysUpToDate
|
||||
{
|
||||
internal class UpdateInfo
|
||||
{
|
||||
public string Version { get; set; }
|
||||
public string FileUrl { get; set; }
|
||||
public string AdditionalInformationUrl { get; set; }
|
||||
public bool Mandatory { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user