Fixed the Samsung SSD Total Bytes Written sensor to use 48-bit raw data (instead of 32-bit) and corrected the label to "Total Bytes Written" instead of "Total LBA Written".

This commit is contained in:
Michael Möller
2016-11-09 20:16:11 +01:00
parent 556891a8c9
commit 336a4b5a0c
4 changed files with 16 additions and 18 deletions

View File

@@ -10,5 +10,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyInformationalVersion("0.8.0 Beta")]
[assembly: AssemblyVersion("0.8.0.1")]
[assembly: AssemblyInformationalVersion("0.8.0.1 Alpha")]