We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89ad35 commit afcc77eCopy full SHA for afcc77e
RELEASE_NOTES.md
@@ -1,7 +1,7 @@
1
Release notes
2
==============
3
4
-### Unreleased
+### 4.4.0 (2024-12-18)
5
6
* Improved rendering of anonymous types in assertion messages, from `<>f__AnonymousType508954136<System.Int32>` to
7
`{| A: System.Int32 |}`
src/Faqt/Faqt.fsproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net5.0;net7.0;net8.0</TargetFrameworks>
- <Version>4.3.0</Version>
+ <Version>4.4.0</Version>
<Authors>Christer van der Meeren</Authors>
<Description>A fluent assertion library for F#.</Description>
8
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments