Update ApplicationVersion to use GetInformationalVersion across multiple files

This commit is contained in:
2025-09-28 02:44:52 +01:00
parent 61b168d4bd
commit ab92091f72
17 changed files with 35 additions and 29 deletions

View File

@@ -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(),