Skip to content

Commit ba97e8f

Browse files
committed
🔖 1.23.10522.11852
1 parent 1f48139 commit ba97e8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/BD.SteamClient.UnitTest/SteamServiceTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ public TestSteamServiceImpl(ILoggerFactory loggerFactory) : base(loggerFactory)
5555
protected override bool IsRunSteamAdministrator => default;
5656

5757
protected override Dictionary<uint, string?>? HideGameList => default;
58+
59+
protected override string? GetString(string name) => default;
5860
}
5961
}

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<IsTrimmable>true</IsTrimmable>
1010
<!--<Version>1.yy.1MMdd.1hhmm</Version>-->
11-
<Version>1.23.10522.11835</Version>
11+
<Version>1.23.10522.11852</Version>
1212
<PackageIconUrl>https://avatars.githubusercontent.com/u/79355691?s=200&amp;v=4</PackageIconUrl>
1313
<Company>长沙次元超越科技有限公司</Company>
1414
<Copyright>©️ $(Company). All rights reserved.</Copyright>

0 commit comments

Comments
 (0)