bump version

This commit is contained in:
HolographicHat
2025-08-02 02:17:36 +08:00
parent 97d063ec76
commit 0522078582
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,8 @@
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Google.Protobuf" Version="3.31.1"/>
<!-- [Update to 3.31.0 breaks AOT build](https://github.com/protocolbuffers/protobuf/issues/21824) -->
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
<PackageReference Include="Grpc.Tools" Version="2.72.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@@ -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 = 238;
public const string AppVersionName = "5.6";
public const uint AppVersionCode = 239;
public const string AppVersionName = "250802-97d063ec";
public const string PipeName = "YaeAchievementPipe";