fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
517 stars 153 forks source link

Template and Rename .nuspec file #64

Open caindy opened 10 years ago

caindy commented 10 years ago

As a part of #22 the .nuspec file should have been templated and renamed. This issue captures that work item.

I believe that testing this manually would simply involve running the "NuGet" target and ensuring the package is generated properly.

evelinag commented 10 years ago

I would like to add that the urls (project, licence and icon url) inside .nuspec file should get renamed as well.

dsyme commented 10 years ago

Yes, I noticed that too

pblasucci commented 10 years ago

Last I checked, renaming the URLs would require edits to the FAKE NuGet helper. 'course I haven't revisited this in ~1 year.

See issue #31