Skip to content

Commit

Permalink
Correct NuGet package id
Browse files Browse the repository at this point in the history
  • Loading branch information
dungpa committed Apr 24, 2016
1 parent 304f04c commit 1cc0b85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions FantomasCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<releaseNotes>@releaseNotes@</releaseNotes>
<tags>@tags@</tags>
@dependencies@
<references>
<reference file="FantomasLib.dll" />
</references>
</metadata>
<files>
<file src="..\src\Fantomas.Cmd\bin\Release\Fantomas.exe" target="lib\Fantomas.exe" />
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Target "NuGetCLI" (fun _ ->
NuGet (fun p ->
{ p with
Authors = authors
Project = project
Project = sprintf "%sCLI" project
Summary = sprintf "%s (CLI tool)" summary
Description = description
Version = release.NugetVersion
Expand Down

0 comments on commit 1cc0b85

Please sign in to comment.