We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef60af2 commit 97ee343Copy full SHA for 97ee343
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 0.7.0 (2025-05-01)
4
+
5
+* Updated to .NET 8
6
+* Updated to Hedgehog.Experimental 0.9.0
7
8
### 0.6.0 (2023-07-05)
9
10
* Added `GenAttribute`, which sets a parameter's generator
src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj
@@ -14,7 +14,7 @@
14
<PackageProjectUrl>https://github.com/hedgehogqa/fsharp-hedgehog-xunit</PackageProjectUrl>
15
<PackageTags>f# fsharp testing xunit</PackageTags>
16
<PackageIcon>hedgehog-logo.png</PackageIcon>
17
- <Version>0.6.0</Version>
+ <Version>0.7.0</Version>
18
<PackageId>Hedgehog.Xunit</PackageId>
19
<PackageDescription>
20
Hedgehog with convenience attributes for xUnit.
0 commit comments