Skip to content

Tags: sminozhenko/NUlid

Tags

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Monotonic UlidRng no longer allows specifying the mask; we default to…

… masking out the MSB of the random part which gives us at least 2^79 bits before running into a sequenceoverflow. Also fixed a bug in the MonotonicUlidRng that caused an InvalidOperationException("Clock moved backwards; this is not supported.")

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Merge branch 'master' of https://github.com/RobThree/NUlid

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
* Changed target frameworks to .Net 4.5 / NetStandard 2.0

1.3.1

Toggle 1.3.1's commit message
* Got rid of magic number and moved it to const

1.2

Toggle 1.2's commit message
* BenchmarkDotNet somehow breaks appveyor... will look into this later..

1.1

Toggle 1.1's commit message
* Upped version to 1.1.

1.0

Toggle 1.0's commit message
Merge branch 'master' of https://github.com/RobThree/NUlid.git