From a61aa9d985d2b38adf4686f94d4c4ee0e076bde7 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 23 Feb 2015 18:20:14 +0100 Subject: [PATCH] cleanup --- FSharpx.Reflection.sln | 1 + build.fsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FSharpx.Reflection.sln b/FSharpx.Reflection.sln index 73d210a..c64e573 100644 --- a/FSharpx.Reflection.sln +++ b/FSharpx.Reflection.sln @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60 ProjectSection(SolutionItems) = preProject build.fsx = build.fsx nuget\FSharpx.Reflection.nuspec = nuget\FSharpx.Reflection.nuspec + LICENSE.txt = LICENSE.txt README.md = README.md RELEASE_NOTES.md = RELEASE_NOTES.md EndProjectSection diff --git a/build.fsx b/build.fsx index ec9535c..b450e85 100644 --- a/build.fsx +++ b/build.fsx @@ -39,7 +39,7 @@ let summary = "Reflection helpers for F#" let description = "Reflections helpers for F#" // List of author names (for NuGet package) -let authors = [ "Steffen Forkmann, Mauricio Scheffer, Eirik Tsarpalis" ] +let authors = [ "Steffen Forkmann"; "Mauricio Scheffer"; "Eirik Tsarpalis" ] // Tags for your project (for NuGet package) let tags = "F#, reflection"