- Updated FSharp.Core to 4.2.2 (4.4.1.0)
- Updated FsCheck to 2.9
- Include FSharp.Core dependency
- Correct package location to net45
- Include FSharp.Core dependency
- Correct package location to net45
- Updated FSharp.Core to 4.0.0.1 (4.4.0.0)
- Updated FsCheck to 2.0.6
- Updated Sproc.Lock to target .Net 4.5
- Add build step to create Octopus Deploy package
- Released
- Tweak polling based on load testing
- Add FSharp.Core as nuget dependency (Fixes issue #1)
- Minor documentation fixes
- removed unused pollInterval parameters from OO interface
- Fix TimeOut exception for awaited locks (new returns Unavailable, as designed)
- Update css/template
- Hashed values are indexed in lock tables, but a human readable description is also added for debugging.
- Database re-baselined
- Proof read, css fixes
- Remove polling interval parameter from Await methods
- Make Await polling "adaptive" (rapid initially, throttling back if lock unavailable)
- Expanded FsCheck properties for generated organisation/environment names
- Pre-hashing of sproc arguments to allow arbitrary length arguments
- Sproc performance improvements
- Tables baselined with 44 character columns
- Restyled documentation
- Added additional FsCheck property
- Saner ordering of IF statements in sprocs
- Minor documentation fix
- F#/C# joint tutorial first cut
- CI builds reliable