fix: cs changes blocking build

make ThisAssembly public
This commit is contained in:
Kaz Wolfe 2024-06-26 08:44:48 -07:00
parent 6f9955fd2a
commit 4dcb69594b
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
6 changed files with 29 additions and 6 deletions

View file

@ -184,7 +184,10 @@ public sealed class EntryPoint
InitSymbolHandler(info);
var dalamud = new Dalamud(info, fs, configuration, mainThreadContinueEvent);
Log.Information("This is Dalamud - Core: {GitHash}, CS: {CsGitHash} [{CsVersion}]", Util.GetGitHash(), Util.GetGitHashClientStructs(), FFXIVClientStructs.Interop.Resolver.Version);
Log.Information("This is Dalamud - Core: {GitHash}, CS: {CsGitHash} [{CsVersion}]",
Util.GetGitHash(),
Util.GetGitHashClientStructs(),
FFXIVClientStructs.ThisAssembly.Git.Commits);
dalamud.WaitForUnload();