Refactor rename "Revision" to "FirmwareRevision".

This commit is contained in:
2020-01-09 15:02:21 +00:00
parent 823b399932
commit 13ccbcb998
13 changed files with 726 additions and 468 deletions

View File

@@ -100,10 +100,10 @@ namespace DiscImageChef.Devices
public string Model { get; }
/// <summary>
/// Gets the device's revision.
/// Gets the device's firmware version.
/// </summary>
/// <value>The revision.</value>
public string Revision { get; }
/// <value>The firmware version.</value>
public string FirmwareRevision { get; }
/// <summary>
/// Gets the device's serial number.