From 47ef83f0bec54072afdd7ef6024b6b43a9ee587d Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Wed, 30 Oct 2019 10:46:45 +0300 Subject: [PATCH] RELEASE_NOTES update --- 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 3c03515e..97253589 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 3.6.0 - Oct 30, 2019 +* Added `supersetOf` operator - https://github.com/fsprojects/FsUnit/pull/141 + ### 3.5.0 - Oct 2, 2019 * Added `ofCase` matcher - https://github.com/fsprojects/FsUnit/pull/134 * Removed MbUnit from source code diff --git a/src/FsUnit.MsTestUnit/AssemblyInfo.fs b/src/FsUnit.MsTestUnit/AssemblyInfo.fs index 593e509d..34b051a8 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 = "3.5.0" - let [] AssemblyFileVersion = "3.5.0" + let [] AssemblyVersion = "3.6.0" + let [] AssemblyFileVersion = "3.6.0" diff --git a/src/FsUnit.NUnit/AssemblyInfo.fs b/src/FsUnit.NUnit/AssemblyInfo.fs index fb4a878b..5255a25d 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 = "3.5.0" - let [] AssemblyFileVersion = "3.5.0" + let [] AssemblyVersion = "3.6.0" + let [] AssemblyFileVersion = "3.6.0" diff --git a/src/FsUnit.Xunit/AssemblyInfo.fs b/src/FsUnit.Xunit/AssemblyInfo.fs index 542c9ae8..86ba0773 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 = "3.5.0" - let [] AssemblyFileVersion = "3.5.0" + let [] AssemblyVersion = "3.6.0" + let [] AssemblyFileVersion = "3.6.0"