cleanflash: Update to 34.0.0.267 and switch to .NET Core SDK building

This commit is contained in:
Disyer
2022-08-03 03:40:14 +03:00
parent 420aa8ac66
commit 4591cb2e54
21 changed files with 109 additions and 628 deletions
+3 -3
View File
@@ -32,11 +32,11 @@ namespace CleanFlashCommon {
}
public class UpdateChecker {
private static readonly string FLASH_VERSION = "34.0.0.251";
private static readonly string VERSION = "v34.0.0.251";
private static readonly string FLASH_VERSION = "34.0.0.267";
private static readonly string VERSION = "34.0.0.267";
private static readonly string AUTHOR = "cleanflash";
private static readonly string REPO = "installer";
private static readonly string USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36";
private static readonly string USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36";
public static string GetAPILink() {
return "https://api.github.com/repos/" + AUTHOR + "/" + REPO + "/releases/latest";