Skip to content

Commit

Permalink
add DateOnly and TimeOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Nov 12, 2023
1 parent fc724d2 commit 38ecba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CsCheck/CsCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ CsCheck also makes concurrency, performance and regression testing simple and fa
<PackageProjectUrl>http://github.com/AnthonyLloyd/CsCheck</PackageProjectUrl>
<PackageIcon>CsCheck.png</PackageIcon>
<PackageTags>quickcheck;random;model-based;metamorphic;concurrency;performance;causal-profiling;regression;testing</PackageTags>
<Version>3.0.0-rc4</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>
Improved generation for double, float and decimal. Mix of integer, fraction, exponential and evenly distributed.
Improved Print for double, float and decimal. Displays small rounded fraction and exponential representation.
Improved min size passing and shrinking.
Large performance improvements for Sample and Faster.
Added optimised Timer functionality and funcless IInvoke.
Added Gen&lt;T&gt;.Single() that generates a single random value.
Added Gen.DateOnly and Gen.TimeOnly.

BREAKING CHANGES:
- Example(predicate) renamed to Single(predicate).
Expand Down
2 changes: 0 additions & 2 deletions CsCheck/Gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ namespace CsCheck;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using Microsoft.VisualBasic;
using System.Reflection.Metadata;

/// <summary>Size representation of Gen generated data.</summary>
public sealed class Size
Expand Down

0 comments on commit 38ecba4

Please sign in to comment.