diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 404480e1..072183a6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 6.0.1.0 - Sep 13, 2024 +- Minor code cleanup. - (https://github.com/fsprojects/FsUnit/pull/281) +- Update dependencies. + ### 6.0.0.0 - Jan 11, 2024 - [BREAKING] FsUnit (NUnit v4 as dependency) drops netstandard2.0 as target framework. - Migrate to NUnit v4. - (https://github.com/fsprojects/FsUnit/pull/259) diff --git a/src/FsUnit.MsTestUnit/AssemblyInfo.fs b/src/FsUnit.MsTestUnit/AssemblyInfo.fs index 19f1422c..9500c74f 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 = "6.0.0.0" - let [] AssemblyFileVersion = "6.0.0.0" + let [] AssemblyVersion = "6.0.1.0" + let [] AssemblyFileVersion = "6.0.1.0" diff --git a/src/FsUnit.NUnit/AssemblyInfo.fs b/src/FsUnit.NUnit/AssemblyInfo.fs index d562ab7b..d023d091 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 = "6.0.0.0" - let [] AssemblyFileVersion = "6.0.0.0" + let [] AssemblyVersion = "6.0.1.0" + let [] AssemblyFileVersion = "6.0.1.0" diff --git a/src/FsUnit.Xunit/AssemblyInfo.fs b/src/FsUnit.Xunit/AssemblyInfo.fs index cfb88e14..55177f05 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 = "6.0.0.0" - let [] AssemblyFileVersion = "6.0.0.0" + let [] AssemblyVersion = "6.0.1.0" + let [] AssemblyFileVersion = "6.0.1.0"