From 93fc1b71f7082e376fd8fc7c9f5997886d04764b Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Wed, 29 Nov 2023 16:48:22 +0100 Subject: [PATCH] Release v5.6.1. --- RELEASE_NOTES.md | 3 +++ src/FsUnit.MsTestUnit/AssemblyInfo.fs | 8 ++++---- src/FsUnit.NUnit/AssemblyInfo.fs | 8 ++++---- src/FsUnit.Xunit/AssemblyInfo.fs | 8 ++++---- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6c402da6..0949232c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 5.6.1.0 - Nov 29, 2023 +- Set NUnit dependency < 4.0.0 to prevent compatibility issues. - (https://github.com/fsprojects/FsUnit/pull/257) + ### 5.6.0.0 - Nov 10, 2023 - Set `>= LOCKEDVERSION` in Nuget dependencies for broader compatibility. - (https://github.com/fsprojects/FsUnit/pull/254) diff --git a/src/FsUnit.MsTestUnit/AssemblyInfo.fs b/src/FsUnit.MsTestUnit/AssemblyInfo.fs index c04e6857..401fe3df 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.6.0.0" - let [] AssemblyFileVersion = "5.6.0.0" + let [] AssemblyVersion = "5.6.1.0" + let [] AssemblyFileVersion = "5.6.1.0" diff --git a/src/FsUnit.NUnit/AssemblyInfo.fs b/src/FsUnit.NUnit/AssemblyInfo.fs index 221027ad..822e3b78 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.6.0.0" - let [] AssemblyFileVersion = "5.6.0.0" + let [] AssemblyVersion = "5.6.1.0" + let [] AssemblyFileVersion = "5.6.1.0" diff --git a/src/FsUnit.Xunit/AssemblyInfo.fs b/src/FsUnit.Xunit/AssemblyInfo.fs index 8f1c62eb..be1cb346 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.6.0.0" - let [] AssemblyFileVersion = "5.6.0.0" + let [] AssemblyVersion = "5.6.1.0" + let [] AssemblyFileVersion = "5.6.1.0"