mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-06 22:52:49 +08:00
bump version
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<TargetFramework>net9.0-windows</TargetFramework>
|
||||
<FileVersion>5.3.0</FileVersion>
|
||||
<AssemblyVersion>5.3.0</AssemblyVersion>
|
||||
<FileVersion>5.7.0</FileVersion>
|
||||
<AssemblyVersion>5.7.0</AssemblyVersion>
|
||||
<ApplicationIcon>res\icon.ico</ApplicationIcon>
|
||||
<ApplicationManifest>res\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -18,14 +18,14 @@ 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 = 239;
|
||||
public const string AppVersionName = "250802-97d063ec";
|
||||
public const uint AppVersionCode = 240;
|
||||
public const string AppVersionName = "5.7";
|
||||
|
||||
public const string PipeName = "YaeAchievementPipe";
|
||||
|
||||
[field:MaybeNull]
|
||||
public static AchievementInfo AchievementInfo =>
|
||||
field ??= AchievementInfo.Parser.ParseFrom(Utils.GetBucketFile("schicksal/metadata").GetAwaiter().GetResult());
|
||||
field ??= AchievementInfo.Parser.ParseFrom(/*Utils.GetBucketFile("schicksal/metadata").GetAwaiter().GetResult()*/File.ReadAllBytes("E:\\Repositories\\YaeAchievement\\sync\\files\\schicksal\\metadata"));
|
||||
|
||||
static GlobalVars() {
|
||||
Directory.CreateDirectory(DataPath);
|
||||
|
||||
Reference in New Issue
Block a user