diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index af3d5eb1..a94e141e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 5.2.0 - Jan 13, 2023 +- Align should & throw in xUnit and MsTest. -> (https://github.com/fsprojects/FsUnit/pull/226) +- Add .NET7 as TargetFramework. +- Update dependencies. + ### 5.1.0 - Oct 29, 2022 - Add `equalSeq` operator - https://github.com/fsprojects/FsUnit/pull/222 diff --git a/src/FsUnit.MsTestUnit/AssemblyInfo.fs b/src/FsUnit.MsTestUnit/AssemblyInfo.fs index c1761b3c..74c57232 100644 --- a/src/FsUnit.MsTestUnit/AssemblyInfo.fs +++ b/src/FsUnit.MsTestUnit/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsUnit.MsTest" let [] AssemblyProduct = "FsUnit" let [] AssemblyDescription = "FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." - let [] AssemblyVersion = "5.1.0" - let [] AssemblyFileVersion = "5.1.0" + let [] AssemblyVersion = "5.2.0" + let [] AssemblyFileVersion = "5.2.0" diff --git a/src/FsUnit.NUnit/AssemblyInfo.fs b/src/FsUnit.NUnit/AssemblyInfo.fs index 52eba2c9..9eb97837 100644 --- a/src/FsUnit.NUnit/AssemblyInfo.fs +++ b/src/FsUnit.NUnit/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsUnit.NUnit" let [] AssemblyProduct = "FsUnit" let [] AssemblyDescription = "FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." - let [] AssemblyVersion = "5.1.0" - let [] AssemblyFileVersion = "5.1.0" + let [] AssemblyVersion = "5.2.0" + let [] AssemblyFileVersion = "5.2.0" diff --git a/src/FsUnit.Xunit/AssemblyInfo.fs b/src/FsUnit.Xunit/AssemblyInfo.fs index b3cfd266..bf50dc6d 100644 --- a/src/FsUnit.Xunit/AssemblyInfo.fs +++ b/src/FsUnit.Xunit/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsUnit.Xunit" let [] AssemblyProduct = "FsUnit" let [] AssemblyDescription = "FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." - let [] AssemblyVersion = "5.1.0" - let [] AssemblyFileVersion = "5.1.0" + let [] AssemblyVersion = "5.2.0" + let [] AssemblyFileVersion = "5.2.0"