An open API service indexing awesome lists of open source software.

https://github.com/mganss/nugetfeed

NuGet Package Versions RSS Feed
https://github.com/mganss/nugetfeed

feed nuget rss

Last synced: 7 months ago
JSON representation

NuGet Package Versions RSS Feed

Awesome Lists containing this project

README

          

# NuGetFeed

A tiny ASP.NET Core Web API site that provides an RSS feed for NuGet package versions. No longer needed since nuget.org has added RSS feeds.

## Deploy

When deploying on Windows/IIS you need to give `IIS_IUSRS` permission to read/write `%SystemRoot%\System32\config\systemprofile\AppData\{Local,Roaming}`.
If you know how this can be avoided, please let me know.