From f22a78ae2427f618d11ae6e4e41a10e356093197 Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout Date: Mon, 1 May 2017 22:02:35 +0100 Subject: [PATCH] Update release notes before release. --- FsCheck Release Notes.md | 3 +++ src/FsCheck.NUnit/AssemblyInfo.fs | 8 ++++---- src/FsCheck.Xunit/AssemblyInfo.fs | 8 ++++---- src/FsCheck/AssemblyInfo.fs | 8 ++++---- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/FsCheck Release Notes.md b/FsCheck Release Notes.md index 7be31a4f..ab38ce15 100644 --- a/FsCheck Release Notes.md +++ b/FsCheck Release Notes.md @@ -1,3 +1,6 @@ +### 2.8.1 - 1 May 2017 +* Added support to generate POCOs (reflectively) with a default ctor and settable properties. (by Giacomo Citi) + ### 2.8.0 - 15 March 2017 * Removed support for .NET 4.5 and 4.5.1 frameworks as they are no longer supported by Microsoft. * Updated to xUnit 2.2. diff --git a/src/FsCheck.NUnit/AssemblyInfo.fs b/src/FsCheck.NUnit/AssemblyInfo.fs index 1c5f620a..89836204 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.8.0" - let [] AssemblyFileVersion = "2.8.0" + let [] AssemblyVersion = "2.8.1" + let [] AssemblyFileVersion = "2.8.1" diff --git a/src/FsCheck.Xunit/AssemblyInfo.fs b/src/FsCheck.Xunit/AssemblyInfo.fs index 0416fbd0..14682bcb 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.8.0" - let [] AssemblyFileVersion = "2.8.0" + let [] AssemblyVersion = "2.8.1" + let [] AssemblyFileVersion = "2.8.1" let [] InternalsVisibleTo = "FsCheck.Test" diff --git a/src/FsCheck/AssemblyInfo.fs b/src/FsCheck/AssemblyInfo.fs index c792a12b..c085659a 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.8.0" - let [] AssemblyFileVersion = "2.8.0" + let [] AssemblyVersion = "2.8.1" + let [] AssemblyFileVersion = "2.8.1" let [] InternalsVisibleTo = "FsCheck.Test"