From 7ea5fb771c3d4198cb9fa399409eac5de818ba10 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 23 Feb 2015 18:27:03 +0100 Subject: [PATCH] Bump version to 1.9.6 --- build.fsx | 2 +- src/FSharpx.Reflection/AssemblyInfo.fs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.fsx b/build.fsx index b450e85..820afef 100644 --- a/build.fsx +++ b/build.fsx @@ -352,7 +352,7 @@ Target "All" DoNothing "CleanDocs" ==> "GenerateHelp" - ==> "GenerateReferenceDocs" + //==> "GenerateReferenceDocs" ==> "GenerateDocs" "CleanDocs" diff --git a/src/FSharpx.Reflection/AssemblyInfo.fs b/src/FSharpx.Reflection/AssemblyInfo.fs index b06b733..c5962a2 100644 --- a/src/FSharpx.Reflection/AssemblyInfo.fs +++ b/src/FSharpx.Reflection/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0" + let [] Version = "1.9.6"