Add last download into to database
This commit is contained in:
parent
52a863c62a
commit
bd7e45ca3c
9 changed files with 518 additions and 32 deletions
|
|
@ -20,6 +20,8 @@ namespace LibationFileManager
|
|||
public static bool IsWindows { get; } = OperatingSystem.IsWindows();
|
||||
public static bool IsLinux { get; } = OperatingSystem.IsLinux();
|
||||
public static bool IsMacOs { get; } = OperatingSystem.IsMacOS();
|
||||
public static Version LibationVersion { get; private set; }
|
||||
public static void SetLibationVersion(Version version) => LibationVersion = version;
|
||||
|
||||
public static OS OS { get; }
|
||||
= IsLinux ? OS.Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue