mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
just testing remote repositories
This commit is contained in:
parent
7f18d0e80f
commit
7cd4f32c71
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Windows.Input;
|
||||
|
|
@ -132,7 +132,7 @@ namespace FModel.Settings
|
|||
set => SetProperty(ref _loadingMode, value);
|
||||
}
|
||||
|
||||
private EUpdateMode _updateMode = EUpdateMode.Stable;
|
||||
private EUpdateMode _updateMode = EUpdateMode.Beta;
|
||||
public EUpdateMode UpdateMode
|
||||
{
|
||||
get => _updateMode;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
## Installation
|
||||
|
||||
To use FModel, you need to have **[.NET 5](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.6-windows-x64-installer)** installed on your computer
|
||||
* **[Download](https://github.com/iAmAsval/FModel/releases/download/4.0.0.1/FModel.zip)** the latest release.
|
||||
* **[Download](https://github.com/iAmAsval/FModel/releases/latest/download/FModel.zip)** the latest release.
|
||||
* **Extract FModel.exe** somewhere on your PC and launch it
|
||||
|
||||
## Authors
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user