Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 23, 2015
1 parent 42792e9 commit a61aa9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions FSharpx.Reflection.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a61aa9d

Please sign in to comment.