File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change
1
+ ### 5.1.0 - Oct 29, 2022
2
+ - Add ` equalSeq ` operator - https://github.com/fsprojects/FsUnit/pull/222
3
+
1
4
### 5.0.5 - Sep 27, 2022
2
5
- Fix ` throwWithMessage ` that now ignores return type. - https://github.com/fsprojects/FsUnit/pull/220
3
6
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.MsTest" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 5.0.5 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 5.0.5 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 5.1.0 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 5.1.0 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " FsUnit.MsTest"
14
14
let [<Literal>] AssemblyProduct = " FsUnit"
15
15
let [<Literal>] AssemblyDescription = " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable."
16
- let [<Literal>] AssemblyVersion = " 5.0.5 "
17
- let [<Literal>] AssemblyFileVersion = " 5.0.5 "
16
+ let [<Literal>] AssemblyVersion = " 5.1.0 "
17
+ let [<Literal>] AssemblyFileVersion = " 5.1.0 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.NUnit" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 5.0.5 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 5.0.5 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 5.1.0 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 5.1.0 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " FsUnit.NUnit"
14
14
let [<Literal>] AssemblyProduct = " FsUnit"
15
15
let [<Literal>] AssemblyDescription = " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable."
16
- let [<Literal>] AssemblyVersion = " 5.0.5 "
17
- let [<Literal>] AssemblyFileVersion = " 5.0.5 "
16
+ let [<Literal>] AssemblyVersion = " 5.1.0 "
17
+ let [<Literal>] AssemblyFileVersion = " 5.1.0 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.Xunit" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 5.0.5 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 5.0.5 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 5.1.0 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 5.1.0 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " FsUnit.Xunit"
14
14
let [<Literal>] AssemblyProduct = " FsUnit"
15
15
let [<Literal>] AssemblyDescription = " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable."
16
- let [<Literal>] AssemblyVersion = " 5.0.5 "
17
- let [<Literal>] AssemblyFileVersion = " 5.0.5 "
16
+ let [<Literal>] AssemblyVersion = " 5.1.0 "
17
+ let [<Literal>] AssemblyFileVersion = " 5.1.0 "
You can’t perform that action at this time.
0 commit comments