From 93f5d8142734183c98ef2304f60689d4fb44a30b Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout Date: Sat, 28 Aug 2021 22:30:05 +0100 Subject: [PATCH] Update release notes for 2.16.1 --- FsCheck Release Notes.md | 4 ++++ src/FsCheck.NUnit/AssemblyInfo.fs | 8 ++++---- src/FsCheck.Xunit/AssemblyInfo.fs | 8 ++++---- src/FsCheck/AssemblyInfo.fs | 8 ++++---- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/FsCheck Release Notes.md b/FsCheck Release Notes.md index ffa1c6c9..387f2b43 100644 --- a/FsCheck Release Notes.md +++ b/FsCheck Release Notes.md @@ -1,3 +1,7 @@ +### 2.16.1 - 28 August 2021 + +* Include inherited methods when registering Arbitrary instances. (by Bennie Copeland) + ### 2.16.0 - 13 August 2021 * Support generating C# record types. diff --git a/src/FsCheck.NUnit/AssemblyInfo.fs b/src/FsCheck.NUnit/AssemblyInfo.fs index b4b009e3..45254a09 100644 --- a/src/FsCheck.NUnit/AssemblyInfo.fs +++ b/src/FsCheck.NUnit/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsCheck.NUnit" let [] AssemblyProduct = "FsCheck.NUnit" let [] AssemblyDescription = "Integrates FsCheck with NUnit" - let [] AssemblyVersion = "2.16.0" - let [] AssemblyFileVersion = "2.16.0" + let [] AssemblyVersion = "2.16.1" + let [] AssemblyFileVersion = "2.16.1" diff --git a/src/FsCheck.Xunit/AssemblyInfo.fs b/src/FsCheck.Xunit/AssemblyInfo.fs index e235e3ce..6cff0924 100644 --- a/src/FsCheck.Xunit/AssemblyInfo.fs +++ b/src/FsCheck.Xunit/AssemblyInfo.fs @@ -6,8 +6,8 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] [] do () @@ -15,6 +15,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsCheck.Xunit" let [] AssemblyProduct = "FsCheck.Xunit" let [] AssemblyDescription = "Integrates FsCheck with xUnit.NET" - let [] AssemblyVersion = "2.16.0" - let [] AssemblyFileVersion = "2.16.0" + let [] AssemblyVersion = "2.16.1" + let [] AssemblyFileVersion = "2.16.1" let [] InternalsVisibleTo = "FsCheck.Test" diff --git a/src/FsCheck/AssemblyInfo.fs b/src/FsCheck/AssemblyInfo.fs index c41260ba..75f1c9f7 100644 --- a/src/FsCheck/AssemblyInfo.fs +++ b/src/FsCheck/AssemblyInfo.fs @@ -6,8 +6,8 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] [] do () @@ -15,6 +15,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsCheck" let [] AssemblyProduct = "FsCheck" let [] AssemblyDescription = "FsCheck is a tool for testing .NET programs automatically using randomly generated test cases." - let [] AssemblyVersion = "2.16.0" - let [] AssemblyFileVersion = "2.16.0" + let [] AssemblyVersion = "2.16.1" + let [] AssemblyFileVersion = "2.16.1" let [] InternalsVisibleTo = "FsCheck.Test"