mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added methods without formatting. * DiscImageChef.Decoders/ATA.cs: Typo. * DiscImageChef.Decoders/SCSI.cs: Don't try to decode Version Descriptors if there are none. Also there are devices on the wild with less than 8 VDs. * DiscImageChef/Commands/DeviceInfo.cs: Use a format-less output.
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DicConsole.cs:
|
|
Added methods without formatting.
|
|
|
|
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DicConsole.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.Console.csproj:
|
|
Added specific console handling for standard, verbose, debug
|
|
and error outputs.
|
|
|