Skip to content

Commit

Permalink
🔖 1.23.10522.11852
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed May 22, 2023
1 parent 1f48139 commit ba97e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/BD.SteamClient.UnitTest/SteamServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ public TestSteamServiceImpl(ILoggerFactory loggerFactory) : base(loggerFactory)
protected override bool IsRunSteamAdministrator => default;

protected override Dictionary<uint, string?>? HideGameList => default;

protected override string? GetString(string name) => default;
}
}
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<IsTrimmable>true</IsTrimmable>
<!--<Version>1.yy.1MMdd.1hhmm</Version>-->
<Version>1.23.10522.11835</Version>
<Version>1.23.10522.11852</Version>
<PackageIconUrl>https://avatars.githubusercontent.com/u/79355691?s=200&amp;v=4</PackageIconUrl>
<Company>长沙次元超越科技有限公司</Company>
<Copyright>©️ $(Company). All rights reserved.</Copyright>
Expand Down

0 comments on commit ba97e8f

Please sign in to comment.