Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmaturtle committed Jul 5, 2023
1 parent ec58a75 commit e16813e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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#
Expand Down
9 changes: 5 additions & 4 deletions src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Description>Hedgehog with batteries for Xunit included.</Description>
<Authors>Alex Nguyen, Tyson Williams</Authors>
<PackageProjectUrl>https://github.com/dharmaturtle/fsharp-hedgehog-xunit</PackageProjectUrl>
<PackageProjectUrl>https://github.com/hedgehogqa/fsharp-hedgehog-xunit</PackageProjectUrl>
<PackageTags>f# fsharp testing xunit</PackageTags>
<PackageIcon>hedgehog-logo.png</PackageIcon>
<Version>0.5.2</Version>
<Version>0.6.0</Version>
<PackageId>Hedgehog.Xunit</PackageId>
<PackageDescription>
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
</PackageDescription>
</PropertyGroup>

Expand Down

0 comments on commit e16813e

Please sign in to comment.