diff --git a/.gitattributes b/.gitattributes index 24130e53..0a57d140 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ *.js text *.ps1 text *.DotSettings text +*.sh text eol=lf *.csproj text merge=union *.fsproj text merge=union diff --git a/build.fsx b/build.fsx index f272bc14..02a95334 100644 --- a/build.fsx +++ b/build.fsx @@ -2,7 +2,9 @@ // FAKE build script, see http://fsharp.github.io/FAKE // -------------------------------------------------------------------------------------- +#I @"packages/FAKE/tools" #r @"packages/FAKE/tools/FakeLib.dll" + open Fake open Fake.Git open Fake.AssemblyInfoFile