From e16813e098b0c1d803d0591d61b1b7a0d94b16f9 Mon Sep 17 00:00:00 2001 From: AN Date: Wed, 5 Jul 2023 11:02:50 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4c558..fe1ee6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Next +### 0.6.0 (2023-07-05) * Added `GenAttribute`, which sets a parameter's generator * Named arguments work for `Property` and `Properties` in C# diff --git a/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj b/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj index 747c7cc..014dbd6 100644 --- a/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj +++ b/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj @@ -11,18 +11,19 @@ Apache-2.0 Hedgehog with batteries for Xunit included. Alex Nguyen, Tyson Williams - https://github.com/dharmaturtle/fsharp-hedgehog-xunit + https://github.com/hedgehogqa/fsharp-hedgehog-xunit f# fsharp testing xunit hedgehog-logo.png - 0.5.2 + 0.6.0 Hedgehog.Xunit Hedgehog with convenience attributes for xUnit. -- Test method arguments generated by the customizable GenX.auto. +- Test method arguments generated with a custom GenX.auto... +- ...or with a custom Generator. - Property.check called for each test. -Docs at https://github.com/dharmaturtle/fsharp-hedgehog-xunit +Docs at https://github.com/hedgehogqa/fsharp-hedgehog-xunit