From f028b207308f021e36b4b33407e7e79e561fe73c Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 3 Jan 2015 21:22:57 +0100 Subject: [PATCH] Update dependencies/tooling --- docs/tools/build-docs.fsx | 2 +- paket.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tools/build-docs.fsx b/docs/tools/build-docs.fsx index 0f4fdd3a..8c4fcf57 100644 --- a/docs/tools/build-docs.fsx +++ b/docs/tools/build-docs.fsx @@ -85,7 +85,7 @@ let prepareReleaseNotes() = for (fileName, docName, title) in releaseNotesDocs do String.concat Environment.NewLine [ "# " + title - "[Math.NET Numerics](ReleaseNotes.html) | [Data Extensions](ReleaseNotes-Data.html) | [MML Native Provider](ReleaseNotes-MKL.html)" + "[Math.NET Numerics](ReleaseNotes.html) | [Data Extensions](ReleaseNotes-Data.html) | [MKL Native Provider](ReleaseNotes-MKL.html)" "" ReadFileAsString (top @@ fileName) ] |> ReplaceFile (content @@ docName) diff --git a/paket.lock b/paket.lock index 391f846b..806870e1 100644 --- a/paket.lock +++ b/paket.lock @@ -3,11 +3,11 @@ NUGET specs: BenchShark (1.0.0) ConsoleDump (0.6.0.1) - FAKE (3.12.2) - FSharp.Compiler.Service (0.0.67) + FAKE (3.13.0) + FSharp.Compiler.Service (0.0.81) FSharp.Core (3.1.2.1) - FSharp.Formatting (2.4.37) - FSharp.Compiler.Service (0.0.67) + FSharp.Formatting (2.5.0) + FSharp.Compiler.Service (>= 0.0.81) Microsoft.AspNet.Razor (2.0.30506) RazorEngine (3.3.0) FsUnit (1.3.0.1)