facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

include README.md in nuget package #20

Open prabirshrestha opened 12 years ago

ntotten commented 12 years ago

Can we generate an HTML file maybe from the .md so it is formatted nicer in VS?

prabirshrestha commented 12 years ago

Since we are now using node, we can find some npm modules or even plain javascript libraries to convert .md to html.

But i think only readme.txt is supported in v1.7. We might need to ping the nuget team to allow readme.html. It would really allow us to enable lots of cool stuffs with html.

ntotten commented 12 years ago

ah. So for now, lets just include it as readme.txt as you said, but I think it would be nice to do html when nuget supports it.

prabirshrestha commented 12 years ago

i created a new issue at nuget about support for readme.html which can be found at http://nuget.codeplex.com/workitem/2109

feel free to vote there