mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update ApplicationVersion to use GetInformationalVersion across multiple files
This commit is contained in:
@@ -166,7 +166,7 @@ public class Remote : IDisposable
|
||||
var clientHello = new AaruPacketHello
|
||||
{
|
||||
application = "Aaru",
|
||||
version = Version.GetVersion(),
|
||||
version = Version.GetInformationalVersion(),
|
||||
maxProtocol = Consts.MAX_PROTOCOL,
|
||||
sysname = DetectOS.GetPlatformName(DetectOS.GetRealPlatformID(), DetectOS.GetVersion()),
|
||||
release = DetectOS.GetVersion(),
|
||||
|
||||
Reference in New Issue
Block a user