From 6c1340af8fdfc75c35f676b05335f9ee723e9596 Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Tue, 13 Feb 2018 22:09:00 +0100 Subject: [PATCH] Bump version to 1.6.2 --- RELEASE_NOTES.md | 3 +++ build.fsx | 2 +- src/Fable.React.Native.fsproj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6ed8e0c..297f49f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 1.6.2 +* Adding react-native-device-info helper (#19 @forki) + ### 1.6.1 * Fix #17: textInput on IOS (@ddunlea) diff --git a/build.fsx b/build.fsx index cd49b24..44e58dd 100644 --- a/build.fsx +++ b/build.fsx @@ -16,7 +16,7 @@ System.Console.OutputEncoding <- System.Text.Encoding.UTF8 let project = "fable-react-native" let gitOwner = "fable-compiler" -let dotnetcliVersion = "2.1.3" +let dotnetcliVersion = "2.1.4" let mutable dotnetExePath = environVarOrDefault "DOTNET" "dotnet" let CWD = __SOURCE_DIRECTORY__ diff --git a/src/Fable.React.Native.fsproj b/src/Fable.React.Native.fsproj index 97e23a2..f07cacb 100644 --- a/src/Fable.React.Native.fsproj +++ b/src/Fable.React.Native.fsproj @@ -1,6 +1,6 @@ - 1.6.1 + 1.6.2 netstandard1.6 true