mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Make all versioning functions internal, move to separate class
This commit is contained in:
parent
a1409096fd
commit
20af5b40c7
20 changed files with 142 additions and 130 deletions
|
|
@ -38,7 +38,7 @@ internal sealed class ClientHelloService : IInternalDisposableService
|
|||
return new ClientHelloResponse
|
||||
{
|
||||
ApiVersion = "1.0",
|
||||
DalamudVersion = Util.GetScmVersion(),
|
||||
DalamudVersion = Versioning.GetScmVersion(),
|
||||
GameVersion = dalamud.StartInfo.GameVersion?.ToString() ?? "Unknown",
|
||||
ProcessId = Environment.ProcessId,
|
||||
ProcessStartTime = new DateTimeOffset(Process.GetCurrentProcess().StartTime).ToUnixTimeSeconds(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue