Set application version on image conversion.

This commit is contained in:
2017-12-29 01:35:38 +00:00
parent efd1236999
commit ee8db1b290

View File

@@ -201,7 +201,7 @@ namespace DiscImageChef.Commands
ImageInfo metadata = new ImageInfo
{
Application = "DiscImageChef",
ApplicationVersion = "", // TODO
ApplicationVersion = Interop.Version.GetVersion(),
Comments = options.Comments,
Creator = options.Creator,
DriveFirmwareRevision = options.DriveFirmwareRevision,