Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Clockworks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageId>Clockworks</PackageId>
<AssemblyName>Clockworks</AssemblyName>
<RootNamespace>Clockworks</RootNamespace>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Dexter Ajoku</Authors>
<Company>CloudyBox</Company>
<Description>Clockworks is a .NET library for deterministic, fully controllable time in distributed-system simulations and tests. It provides a simulated TimeProvider with deterministic timer scheduling, TimeProvider-driven timeouts, UUIDv7 generation, and Hybrid Logical Clock (HLC) utilities with lightweight instrumentation.</Description>
Expand Down
Loading