File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Q. Never mind the fluff -- how do I get started?
33A. Start with the README : https://github.com/SteveGilham/altcode.test/blob/master/README.md
44
55#????
6+ * support Expecto ≥ 10.1.0, NUnit ≥ 4.0.1, Xunit ≥ 2.4.2, FSharp.Core ≥ 8.0.100
7+ * runtime support driven by the consumed packages
8+ * Expecto support on ` net6.0 `
9+ * NUnit support on ` net462 ` and ` net6.0 `
10+ * Xunit support on ` netstandard2.0 `
11+ * NUnit support does not rely on the legacy ` ClassicAssert ` assembly
612
713# 2.0.31
814* [ BREAKING] make the ` AssertionMatch ` type specific to each package to avoid name clashes if multiple test suites are in use
@@ -13,7 +19,7 @@ A. Start with the README : https://github.com/SteveGilham/altcode.test/blob/mast
1319* support ` netstandard2.0 ` only (meaning ≥ ` net472 ` compatible)
1420* various fixes to ` Expecto.Expect ` and ` Expecto.Flip.Expect ` support, including Stream subtypes to be passed w/o explicit coercion to base
1521* various fixes to ` Xunit.Assert ` , including respecting optional arguments and allowing interface subtypes to be passed w/o explicit coercion to base
16- * support Expecto ≥ 9.0.4, NUnit ≥ 3.13.3, Xunit ≥ 2.4.2, FSharp.Core ≥ 6.0.0
22+ * support Expecto ≥ 9.0.4, NUnit ≥ 3.13.3, Xunit ≥ 2.4.2, FSharp.Core ≥ 6.0.0
1723* new for ` Expecto.Expect `
1824 * equalWithDiffPrinter
1925 * isFasterThan
You can’t perform that action at this time.
0 commit comments