Browse Source

Update dependencies/tooling

pull/280/head
Christoph Ruegg 12 years ago
parent
commit
f028b20730
  1. 2
      docs/tools/build-docs.fsx
  2. 8
      paket.lock

2
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)

8
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)

Loading…
Cancel
Save