diff --git a/CsCheck/CsCheck.csproj b/CsCheck/CsCheck.csproj
index f8325e0..6d4a212 100644
--- a/CsCheck/CsCheck.csproj
+++ b/CsCheck/CsCheck.csproj
@@ -22,7 +22,7 @@ CsCheck also makes concurrency, performance and regression testing simple and fa
http://github.com/AnthonyLloyd/CsCheck
CsCheck.png
quickcheck;random;model-based;metamorphic;concurrency;performance;causal-profiling;regression;testing
- 3.0.0-rc4
+ 3.0.0
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.
@@ -30,6 +30,7 @@ Improved min size passing and shrinking.
Large performance improvements for Sample and Faster.
Added optimised Timer functionality and funcless IInvoke.
Added Gen<T>.Single() that generates a single random value.
+Added Gen.DateOnly and Gen.TimeOnly.
BREAKING CHANGES:
- Example(predicate) renamed to Single(predicate).
diff --git a/CsCheck/Gen.cs b/CsCheck/Gen.cs
index f18283b..1a40544 100644
--- a/CsCheck/Gen.cs
+++ b/CsCheck/Gen.cs
@@ -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;
/// Size representation of Gen generated data.
public sealed class Size