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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user