From 723a34249340dca9c6e4a02769d2f27d44d4981a Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Wed, 7 Jun 2023 08:53:03 +0200 Subject: [PATCH] Release v5.3.1. --- RELEASE_NOTES.md | 4 ++++ src/FsUnit.MsTestUnit/AssemblyInfo.fs | 8 ++++---- src/FsUnit.NUnit/AssemblyInfo.fs | 8 ++++---- src/FsUnit.Xunit/AssemblyInfo.fs | 8 ++++---- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1883ccb0..a6726b3b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 5.3.1.0 - Jun 7, 2023 +- Set FSharp.Core back to ~5.0.0 to support older projects. (https://github.com/fsprojects/FsUnit/pull/236) +- Update some dependencies. + ### 5.3.0.0 - May 6, 2023 - Remove .NET7 as framework because of incompatibilities. - Update dependencies. diff --git a/src/FsUnit.MsTestUnit/AssemblyInfo.fs b/src/FsUnit.MsTestUnit/AssemblyInfo.fs index 8df301eb..83d0fcfe 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.3.0.0" - let [] AssemblyFileVersion = "5.3.0.0" + let [] AssemblyVersion = "5.3.1.0" + let [] AssemblyFileVersion = "5.3.1.0" diff --git a/src/FsUnit.NUnit/AssemblyInfo.fs b/src/FsUnit.NUnit/AssemblyInfo.fs index 7024fdd0..2382461b 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.3.0.0" - let [] AssemblyFileVersion = "5.3.0.0" + let [] AssemblyVersion = "5.3.1.0" + let [] AssemblyFileVersion = "5.3.1.0" diff --git a/src/FsUnit.Xunit/AssemblyInfo.fs b/src/FsUnit.Xunit/AssemblyInfo.fs index 1f242f90..92571d8d 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.3.0.0" - let [] AssemblyFileVersion = "5.3.0.0" + let [] AssemblyVersion = "5.3.1.0" + let [] AssemblyFileVersion = "5.3.1.0"