Data.HashFunction implementation of the Jenkins family of hash functions (http://en.wikipedia.org/wiki/Jenkins_hash_function). Note: SpookyHash can be found in the Data.HashFunction.SpookyHash package.
Midori includes a number of helpers for common functionality needed during builds, including:
* Sql - Create dbs with SMO, execute SQL scripts, backup / restore and copy MDBs. Ship MDBs as part of a build, or run intgration tests against a fresh DB.
* HipChat - send notifications...
More information
Data.HashFunction implementation of the Jenkins family of hash functions (http://en.wikipedia.org/wiki/Jenkins_hash_function). Note: SpookyHash can be found in the Data.HashFunction.SpookyHash package.
Provides the $(IsCIBuild) property which allows detecting that the current build is being performed in a continuous integration server. Supports TeamCity, AppVeyor, MyGet, Jenkins and Wrench.