diff --git a/img/hedgehog-logo.png b/img/hedgehog-logo.png new file mode 100644 index 0000000..03e204f Binary files /dev/null and b/img/hedgehog-logo.png differ diff --git a/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj b/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj index 44e6a29..bed9b10 100644 --- a/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj +++ b/src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj @@ -1,6 +1,7 @@  + true netstandard2.0 true true @@ -12,9 +13,17 @@ Alex Nguyen, Tyson Williams https://github.com/dharmaturtle/fsharp-hedgehog-xunit f# fsharp testing xunit - SQUARE_hedgehog_128x128.png + hedgehog-logo.png 0.0.1 - Initial release + Hedgehog.Xunit + +Hedgehog with convenience attributes for xUnit. + +- Test method arguments generated by the customizable GenX.auto. +- Property.check called for each test. + +Docs at https://github.com/dharmaturtle/fsharp-hedgehog-xunit + @@ -38,4 +47,8 @@ + + + +