Skip to content

Commit 93fc1b7

Browse files
committed
Release v5.6.1.
1 parent 33761c7 commit 93fc1b7

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 5.6.1.0 - Nov 29, 2023
2+
- Set NUnit dependency < 4.0.0 to prevent compatibility issues. - (https://github.com/fsprojects/FsUnit/pull/257)
3+
14
### 5.6.0.0 - Nov 10, 2023
25
- Set `>= LOCKEDVERSION` in Nuget dependencies for broader compatibility. - (https://github.com/fsprojects/FsUnit/pull/254)
36

src/FsUnit.MsTestUnit/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.6.0.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("5.6.0.0")>]
8+
[<assembly: AssemblyVersionAttribute("5.6.1.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("5.6.1.0")>]
1010
do ()
1111

1212
module 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.6.0.0"
17-
let [<Literal>] AssemblyFileVersion = "5.6.0.0"
16+
let [<Literal>] AssemblyVersion = "5.6.1.0"
17+
let [<Literal>] AssemblyFileVersion = "5.6.1.0"

src/FsUnit.NUnit/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.6.0.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("5.6.0.0")>]
8+
[<assembly: AssemblyVersionAttribute("5.6.1.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("5.6.1.0")>]
1010
do ()
1111

1212
module 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.6.0.0"
17-
let [<Literal>] AssemblyFileVersion = "5.6.0.0"
16+
let [<Literal>] AssemblyVersion = "5.6.1.0"
17+
let [<Literal>] AssemblyFileVersion = "5.6.1.0"

src/FsUnit.Xunit/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.6.0.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("5.6.0.0")>]
8+
[<assembly: AssemblyVersionAttribute("5.6.1.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("5.6.1.0")>]
1010
do ()
1111

1212
module 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.6.0.0"
17-
let [<Literal>] AssemblyFileVersion = "5.6.0.0"
16+
let [<Literal>] AssemblyVersion = "5.6.1.0"
17+
let [<Literal>] AssemblyFileVersion = "5.6.1.0"

0 commit comments

Comments
 (0)