implement AutoUpdater

This commit is contained in:
Gregor Biswanger
2019-05-20 01:08:26 +02:00
parent 8605fab9a7
commit e5132e8198
16 changed files with 332 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
namespace ElectronNET.API.Entities
{
/// <summary>
///
/// </summary>
public class UpdateFileInfo : BlockMapDataHolder
{
/// <summary>
///
/// </summary>
public string Url { get; set; }
}
}