From a56aa15e019b044574b50b95ad14c8815a22716a Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Thu, 26 May 2016 11:00:15 +0300 Subject: [PATCH] Bump version to 2.2.0 --- build.fsx | 2 +- src/FsUnit.MbUnit/AssemblyInfo.fs | 7 ++++--- src/FsUnit.MsTestUnit/AssemblyInfo.fs | 7 ++++--- src/FsUnit.NUnit/AssemblyInfo.fs | 7 ++++--- src/FsUnit.Xunit/AssemblyInfo.fs | 7 ++++--- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/build.fsx b/build.fsx index 7b0b90e4..4029524f 100644 --- a/build.fsx +++ b/build.fsx @@ -373,7 +373,7 @@ Target "All" DoNothing ==> "Release" "BuildPackage" - ==> "PublishNuget" + //==> "PublishNuget" ==> "Release" RunTargetOrDefault "All" diff --git a/src/FsUnit.MbUnit/AssemblyInfo.fs b/src/FsUnit.MbUnit/AssemblyInfo.fs index 0c91f7d5..dbc1da3c 100644 --- a/src/FsUnit.MbUnit/AssemblyInfo.fs +++ b/src/FsUnit.MbUnit/AssemblyInfo.fs @@ -4,9 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" + let [] Version = "2.2.0" + let [] InformationalVersion = "2.2.0" diff --git a/src/FsUnit.MsTestUnit/AssemblyInfo.fs b/src/FsUnit.MsTestUnit/AssemblyInfo.fs index f2adc51a..4d512617 100644 --- a/src/FsUnit.MsTestUnit/AssemblyInfo.fs +++ b/src/FsUnit.MsTestUnit/AssemblyInfo.fs @@ -4,9 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" + let [] Version = "2.2.0" + let [] InformationalVersion = "2.2.0" diff --git a/src/FsUnit.NUnit/AssemblyInfo.fs b/src/FsUnit.NUnit/AssemblyInfo.fs index bf6e5aa6..f979d520 100644 --- a/src/FsUnit.NUnit/AssemblyInfo.fs +++ b/src/FsUnit.NUnit/AssemblyInfo.fs @@ -4,9 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" + let [] Version = "2.2.0" + let [] InformationalVersion = "2.2.0" diff --git a/src/FsUnit.Xunit/AssemblyInfo.fs b/src/FsUnit.Xunit/AssemblyInfo.fs index 2c5f9056..61cca1f2 100644 --- a/src/FsUnit.Xunit/AssemblyInfo.fs +++ b/src/FsUnit.Xunit/AssemblyInfo.fs @@ -4,9 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" + let [] Version = "2.2.0" + let [] InformationalVersion = "2.2.0"