Skip to content

Release Version 1.0.0.1

Latest
Compare
Choose a tag to compare
@cpsusie cpsusie released this 30 Oct 17:13
· 2 commits to v1.0_master since this release

Version 1.0.0.1

This version supplies fixes for issues 22 and 23 as merged in pull requests 24 and 26, respectively. Issue 22, was a problem where if a BasicMonitorVault was constructed without supplying an initial value, a LockAlreadyHeldThreadException would be thrown every time an attempt to acquire the lock was made. Issue 24 was a bug in the version of HighPrecisionTimeStamps used by DotNetVault's static analyzer on some frameworks on some systems. It was fixed by upgrading the version requirements for HighPrecisionTimeStamps (which can be downloaded in package form here and whose repository is here) to version 1.0.0.6+ from 1.0.0.1+. The pull request from the relevant bug fixed in HighPrecisionTimeStamps can be found here.