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

@@ -144,7 +144,7 @@ static class ResumeSupport
if(oldTry.Software.Name != "Aaru" ||
oldTry.Software.OperatingSystem != platform.ToString() ||
oldTry.Software.Version != Version.GetVersion())
oldTry.Software.Version != Version.GetInformationalVersion())
continue;
if(removable &&