mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-06 14:42:52 +08:00
bump version
This commit is contained in:
@@ -18,8 +18,8 @@ public static class GlobalVars {
|
||||
public static readonly string CachePath = Path.Combine(DataPath, "cache");
|
||||
public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll");
|
||||
|
||||
public const uint AppVersionCode = 237;
|
||||
public const string AppVersionName = "5.5";
|
||||
public const uint AppVersionCode = 238;
|
||||
public const string AppVersionName = "5.6";
|
||||
|
||||
public const string PipeName = "YaeAchievementPipe";
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ public static class Utils {
|
||||
).Unwrap();
|
||||
transaction.Finish();
|
||||
return data;
|
||||
} catch (Exception ex) when (ex is SocketException or TaskCanceledException) {
|
||||
} catch (Exception ex) when (ex is HttpRequestException or SocketException or TaskCanceledException) {
|
||||
transaction.Finish();
|
||||
AnsiConsole.WriteLine(App.NetworkError, ex.Message);
|
||||
Environment.Exit(-1);
|
||||
|
||||
Reference in New Issue
Block a user