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:
@@ -1056,7 +1056,7 @@ partial class Dump
|
||||
var metadata = new CommonTypes.Structs.ImageInfo
|
||||
{
|
||||
Application = "Aaru",
|
||||
ApplicationVersion = Version.GetVersion()
|
||||
ApplicationVersion = Version.GetInformationalVersion()
|
||||
};
|
||||
|
||||
if(!outputFormat.SetImageInfo(metadata))
|
||||
|
||||
Reference in New Issue
Block a user