hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please release the product periodically

GoogleCodeExporter opened this issue · comments

Could you please release the product periodically? For example, I am planning 
to publish a PowerShell script that uses MarkdownSharp.dll (just a few lines of 
code and the link to this project, I am not planning to distribute the DLL 
itself). It would be much easier for users to get the latest DLL version than 
to get the sources and build the DLL. Besides, getting the latest sources is 
really tricky for those who do not have Mercurial.

Thank you for the useful tool. Please make it easier to use (to get, actually).

Original issue reported on code.google.com by nightroman on 18 Sep 2011 at 7:08

Here is the script that I was talking about (tiny Invoke-Build task library 
dealing with markdown files):
https://gist.github.com/1223828

Even the script is not going to be distributed. Users will see only references 
to this gist which contains a link to MarkdownSharp. It would be really useful 
if a user can go there and download the MarkdownSharp assembly, it's a one 
minute task for anybody. In contrast, right now with too many extra steps 
needed perhaps not even everyone knows how to perform these steps.

Original comment by nightroman on 18 Sep 2011 at 10:08