just testing remote repositories

This commit is contained in:
Valentin 2021-06-12 23:04:55 +02:00
parent 7f18d0e80f
commit 7cd4f32c71
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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