MyNuGets - An Orchard Module for NuGet Fans
If you enjoy using NuGet to obtain and distribute your open source work and you maintain a blog or a site using Orchard, this post's for you. I've written a widget that will allow you to enter your author name. Then, the widget will hit the NuGet OData API and find any packages published with that author name. From that, the HTML is build up through the Orchard pipeline and what you get is a nice list of NuGet projects. Check it out for yourself on the MyNuGets project page or in the Orchard Gallery.
1 Comment
Jan said
Hi,
I've got a problem trying to identify the NuGet OData URL that I should be specifying when configuring your widget.
The website hosting my nuget feed is a local one that was installed by creating a new website and adding NuGet.Server.
I should say that we have no problem publishing (through TeamCity) and also installing packages accessing the feed (http://ourserver/nuget).
Can you suggest where/how I might find this information?