From a423be5fdd02ba74f3f65534e9d52109c1e6239d Mon Sep 17 00:00:00 2001 From: J-M Date: Mon, 8 Jun 2015 19:07:25 +1000 Subject: [PATCH] Update dependency to R.NET 1.6.3. --- RELEASE_NOTES.md | 3 ++- paket.dependencies | 7 ++++--- paket.lock | 33 ++++++++++++++++++--------------- src/Common/AssemblyInfo.fs | 4 ++-- 4 files changed, 26 insertions(+), 21 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dc26595e..42454b7e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -20,4 +20,5 @@ * 1.1.4-alpha - Fix load script in the NuGet package * 1.1.5-alpha - Downgrade R.NET version and update load script * 1.1.6 - Mono support & use and support Paket + minor improvements -* 1.1.8 - Simplify load script (RProvider.fsx), improve logging \ No newline at end of file +* 1.1.8 - Simplify load script (RProvider.fsx), improve logging +* 1.1.9 - Update to R.NET 1.6.3 \ No newline at end of file diff --git a/paket.dependencies b/paket.dependencies index 5d083ce0..c41440f0 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -3,9 +3,10 @@ source https://www.nuget.org/api/v2 nuget FsCheck.Xunit nuget FSharp.Data nuget FSharp.Formatting -nuget R.NET.Community 1.6 -nuget R.NET.Community.FSharp 0.1.14 -nuget xunit.runners +nuget R.NET.Community 1.6.3 +nuget R.NET.Community.FSharp 1.6.3 +nuget xunit.runners 1.9.2 +nuget xunit 1.9.2 nuget FAKE nuget NuGet.CommandLine nuget ILRepack diff --git a/paket.lock b/paket.lock index d756815f..f8e0c9bb 100644 --- a/paket.lock +++ b/paket.lock @@ -2,29 +2,32 @@ NUGET remote: https://www.nuget.org/api/v2 specs: DynamicInterop (0.7.4) - FAKE (3.13.4) + FAKE (3.34.7) FsCheck (1.0.4) FsCheck.Xunit (1.0.4) FsCheck (>= 1.0.4) xunit (>= 1.9.2) - FSharp.Compiler.Service (0.0.81) + FSharp.Compiler.Service (0.0.89) FSharp.Core (3.0.2) - FSharp.Data (2.1.1) + FSharp.Data (2.2.2) Zlib.Portable (>= 1.10.0) - framework: portable-net40+sl50+wp80+win80 - FSharp.Formatting (2.6.0) - FSharp.Compiler.Service (>= 0.0.81) - ILRepack (1.25.0) - NuGet.CommandLine (2.8.3) - R.NET.Community (1.6) - DynamicInterop (>= 0.7.4) - R.NET.Community.FSharp (0.1.14) - R.NET.Community (>= 1.6) + FSharp.Formatting (2.9.6) + FSharp.Compiler.Service (>= 0.0.87) + FSharpVSPowerTools.Core (1.8.0) + FSharpVSPowerTools.Core (1.8.0) + FSharp.Compiler.Service (>= 0.0.87) + ILRepack (2.0.0) + NuGet.CommandLine (2.8.5) + R.NET.Community (1.6.3) + DynamicInterop (0.7.4) + R.NET.Community.FSharp (1.6.3) + R.NET.Community (>= 1.6.3) xunit (1.9.2) xunit.runners (1.9.2) - Zlib.Portable (1.10.0) + Zlib.Portable (1.10.0) - framework: portable-net40+sl50+wp80+win80 GITHUB remote: fsprojects/FSharp.TypeProviders.StarterPack specs: - src/DebugProvidedTypes.fs (877014bfa6244ac382642e113d7cd6c9bc27bc6d) - src/ProvidedTypes.fs (877014bfa6244ac382642e113d7cd6c9bc27bc6d) - src/ProvidedTypes.fsi (877014bfa6244ac382642e113d7cd6c9bc27bc6d) \ No newline at end of file + src/DebugProvidedTypes.fs (70080986a4226e8218af09386cceb42e7a0ff00e) + src/ProvidedTypes.fs (70080986a4226e8218af09386cceb42e7a0ff00e) + src/ProvidedTypes.fsi (70080986a4226e8218af09386cceb42e7a0ff00e) \ No newline at end of file diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index 837e920e..7f7ef67d 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -5,7 +5,7 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do ()