File tree Expand file tree Collapse file tree 4 files changed +17
-12
lines changed
Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1+ ### 7.0.0.0 - Dec 23, 2024
2+ - [ BREAKING] FsUnit.Xunit now consumes ` xunit.v3 ` as testing framework. - (https://github.com/fsprojects/FsUnit/pull/297 )
3+ - Update to NHamcrest v4.0.
4+ - Update to MsTest v3.6 in Fs30Unit.MsTest.
5+
16### 6.0.1.0 - Sep 13, 2024
27- Minor code cleanup. - (https://github.com/fsprojects/FsUnit/pull/281 )
38- Update dependencies.
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FsUnit.MsTest" ) >]
66[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
77[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8- [<assembly: AssemblyVersionAttribute( " 6 .0.1 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6 .0.1 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 7 .0.0 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 7 .0.0 .0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FsUnit.MsTest"
1414 let [<Literal>] AssemblyProduct = " FsUnit"
1515 let [<Literal>] AssemblyDescription = " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable."
16- let [<Literal>] AssemblyVersion = " 6 .0.1 .0"
17- let [<Literal>] AssemblyFileVersion = " 6 .0.1 .0"
16+ let [<Literal>] AssemblyVersion = " 7 .0.0 .0"
17+ let [<Literal>] AssemblyFileVersion = " 7 .0.0 .0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FsUnit.NUnit" ) >]
66[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
77[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8- [<assembly: AssemblyVersionAttribute( " 6 .0.1 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6 .0.1 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 7 .0.0 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 7 .0.0 .0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FsUnit.NUnit"
1414 let [<Literal>] AssemblyProduct = " FsUnit"
1515 let [<Literal>] AssemblyDescription = " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable."
16- let [<Literal>] AssemblyVersion = " 6 .0.1 .0"
17- let [<Literal>] AssemblyFileVersion = " 6 .0.1 .0"
16+ let [<Literal>] AssemblyVersion = " 7 .0.0 .0"
17+ let [<Literal>] AssemblyFileVersion = " 7 .0.0 .0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FsUnit.Xunit" ) >]
66[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
77[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8- [<assembly: AssemblyVersionAttribute( " 6 .0.1 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6 .0.1 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 7 .0.0 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 7 .0.0 .0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FsUnit.Xunit"
1414 let [<Literal>] AssemblyProduct = " FsUnit"
1515 let [<Literal>] AssemblyDescription = " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable."
16- let [<Literal>] AssemblyVersion = " 6 .0.1 .0"
17- let [<Literal>] AssemblyFileVersion = " 6 .0.1 .0"
16+ let [<Literal>] AssemblyVersion = " 7 .0.0 .0"
17+ let [<Literal>] AssemblyFileVersion = " 7 .0.0 .0"
You can’t perform that action at this time.
0 commit comments