File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed
Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1+ ### 5.3.1.0 - Jun 7, 2023
2+ - Set FSharp.Core back to ~ 5.0.0 to support older projects. (https://github.com/fsprojects/FsUnit/pull/236 )
3+ - Update some dependencies.
4+
15### 5.3.0.0 - May 6, 2023
26- Remove .NET7 as framework because of incompatibilities.
37- 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( " 5.3.0 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 5.3.0 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 5.3.1 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 5.3.1 .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 = " 5.3.0 .0"
17- let [<Literal>] AssemblyFileVersion = " 5.3.0 .0"
16+ let [<Literal>] AssemblyVersion = " 5.3.1 .0"
17+ let [<Literal>] AssemblyFileVersion = " 5.3.1 .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( " 5.3.0 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 5.3.0 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 5.3.1 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 5.3.1 .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 = " 5.3.0 .0"
17- let [<Literal>] AssemblyFileVersion = " 5.3.0 .0"
16+ let [<Literal>] AssemblyVersion = " 5.3.1 .0"
17+ let [<Literal>] AssemblyFileVersion = " 5.3.1 .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( " 5.3.0 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 5.3.0 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 5.3.1 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 5.3.1 .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 = " 5.3.0 .0"
17- let [<Literal>] AssemblyFileVersion = " 5.3.0 .0"
16+ let [<Literal>] AssemblyVersion = " 5.3.1 .0"
17+ let [<Literal>] AssemblyFileVersion = " 5.3.1 .0"
You can’t perform that action at this time.
0 commit comments