Skip to content

Commit cae7cac

Browse files
committed
Release v7.1.0.
1 parent 47a18d0 commit cae7cac

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 7.1.0.0 - Jun 26, 2025
2+
- Add `equivalent` assertion to FsUnit.Xunit. - (https://github.com/fsprojects/FsUnit/pull/305)
3+
14
### 7.0.1.0 - Dec 30, 2024
25
- Fix exporting only .dll to nupkg for FsUnit.Xunit. - (https://github.com/fsprojects/FsUnit/pull/299)
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("7.0.1.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("7.0.1.0")>]
8+
[<assembly: AssemblyVersionAttribute("7.1.0.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("7.1.0.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 = "7.0.1.0"
17-
let [<Literal>] AssemblyFileVersion = "7.0.1.0"
16+
let [<Literal>] AssemblyVersion = "7.1.0.0"
17+
let [<Literal>] AssemblyFileVersion = "7.1.0.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("7.0.1.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("7.0.1.0")>]
8+
[<assembly: AssemblyVersionAttribute("7.1.0.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("7.1.0.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 = "7.0.1.0"
17-
let [<Literal>] AssemblyFileVersion = "7.0.1.0"
16+
let [<Literal>] AssemblyVersion = "7.1.0.0"
17+
let [<Literal>] AssemblyFileVersion = "7.1.0.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("7.0.1.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("7.0.1.0")>]
8+
[<assembly: AssemblyVersionAttribute("7.1.0.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("7.1.0.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 = "7.0.1.0"
17-
let [<Literal>] AssemblyFileVersion = "7.0.1.0"
16+
let [<Literal>] AssemblyVersion = "7.1.0.0"
17+
let [<Literal>] AssemblyFileVersion = "7.1.0.0"

0 commit comments

Comments
 (0)