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
- Host: GitHub
- URL: https://github.com/mganss/nugetfeed
- Owner: mganss
- License: mit
- Created: 2018-03-21T14:44:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T14:51:17.000Z (over 2 years ago)
- Last Synced: 2025-01-07T21:24:12.858Z (9 months ago)
- Topics: feed, nuget, rss
- Language: C#
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.