Hardware/IHardware.cs
2012-07-23 Added a RAM hardware and sensor, fixed Issue 115.
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2011-06-19 Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value.
2011-04-30 Fixed Issue 199.
2010-09-08 Fixed some Code Analysis warnings.
2010-09-06 Added a desktop gadget implementation.
2010-08-22 Added a first implementation for the Heatmaster fan controller.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-05-09 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
2010-05-06 Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
2010-02-27 Added sub-hardware support and basic enumeration for mainboards.
2010-01-26 Initial commit.