From c8e30bfd30ca537384e995e9d2f908e54318c5fc Mon Sep 17 00:00:00 2001 From: hafuu Date: Tue, 6 Dec 2016 11:33:08 +0900 Subject: [PATCH] 2.1.0 --- RELEASE_NOTES.md | 2 +- src/FSharpApiSearch.Console/AssemblyInfo.fs | 8 ++++---- src/FSharpApiSearch.Database/AssemblyInfo.fs | 8 ++++---- src/FSharpApiSearch/AssemblyInfo.fs | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 032f902..e3246ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### 2.1.0 - unreleased +### 2.1.0 - 2016/12/6 * Support computation expression * Add swapping parameters and tuple elements * Add complementing parameters and tuple elements diff --git a/src/FSharpApiSearch.Console/AssemblyInfo.fs b/src/FSharpApiSearch.Console/AssemblyInfo.fs index 9059536..ebdf53f 100644 --- a/src/FSharpApiSearch.Console/AssemblyInfo.fs +++ b/src/FSharpApiSearch.Console/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" - let [] InformationalVersion = "2.0.0" + let [] Version = "2.1.0" + let [] InformationalVersion = "2.1.0" diff --git a/src/FSharpApiSearch.Database/AssemblyInfo.fs b/src/FSharpApiSearch.Database/AssemblyInfo.fs index e2f2d24..8b3db60 100644 --- a/src/FSharpApiSearch.Database/AssemblyInfo.fs +++ b/src/FSharpApiSearch.Database/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" - let [] InformationalVersion = "2.0.0" + let [] Version = "2.1.0" + let [] InformationalVersion = "2.1.0" diff --git a/src/FSharpApiSearch/AssemblyInfo.fs b/src/FSharpApiSearch/AssemblyInfo.fs index 0cb247a..de35f78 100644 --- a/src/FSharpApiSearch/AssemblyInfo.fs +++ b/src/FSharpApiSearch/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.0" - let [] InformationalVersion = "2.0.0" + let [] Version = "2.1.0" + let [] InformationalVersion = "2.1.0"