From 0ac89b92653c8158ee9e1b3845fe5586fe7d90cc Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Tue, 10 Nov 2015 20:50:36 +0100 Subject: [PATCH] It's capital XML for the NuGet --- nuget/paket.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuget/paket.template b/nuget/paket.template index 0ab0552204..2e32db9c41 100644 --- a/nuget/paket.template +++ b/nuget/paket.template @@ -15,9 +15,9 @@ iconurl https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.p tags F#, fsharp, interactive, compiler, editor files - ../bin/v4.0/FSharp.Compiler.Service.dll ==> lib/net40 - ../bin/v4.0/FSharp.Compiler.Service.xml ==> lib/net40 + ../bin/v4.0/FSharp.Compiler.Service.dll ==> lib/net40 + ../bin/v4.0/FSharp.Compiler.Service.XML ==> lib/net40 ../bin/v4.0/FSharp.Compiler.Service.pdb ==> lib/net40 ../bin/v4.5/FSharp.Compiler.Service.dll ==> lib/net45 - ../bin/v4.5/FSharp.Compiler.Service.xml ==> lib/net45 + ../bin/v4.5/FSharp.Compiler.Service.XML ==> lib/net45 ../bin/v4.5/FSharp.Compiler.Service.pdb ==> lib/net45 \ No newline at end of file