|
| Version | Date Released | Status | Release Notes |
| 1.3.0.1 | Apr 11, 2011 | New Release | Added methods to CounterHelper in order to manually update the base counter (if there is one). You should add the AutoIncreased property on the PerformanceCounterAttribute in order to avoud autoincreasing the base. Added 2 methods to get the instances of the relevant and the base PerformanceCounter if you prefer to do manually your work. Added backward support for old counter definition, so you don't need to worry on the new autoincrease attribute. Fixed a bug where if 1 counter on the enum needs a base, all the following counter will get the last one as base even if they don't need it.Thanks PeterH for reporting this bug! |