A C# Azure Functions isolated worker app that displays version badges for NuGet packages hosted on a public Azure Artifacts NuGet Feed.
Currently Azure Artifacts only supply NuGet package badges for stable releases with Azure Artifacts NuGet feeds.
For open source projects alternative feeds to NuGet.org are often used just with pre-releases in mind to offer bits early in-between releases, so being able to display a badge for pre-releases versions too is essential for these projects.
{org}/{project}/{feed}/{packageId}
| Parameter | Description | Example |
|---|---|---|
| org | Organization name | cake-build |
| project | Project name | Cake |
| feed | Artifacts feed name | cake |
| packageId | NuGet package id | cake |
[](https://dev.azure.com/cake-build/Cake/_packaging?_a=package&feed=cake&package=Cake&protocolType=NuGet)This project is licensed under the MIT License.
This project utilizes Shields.io to generate badges, which is licensed under the CC0 license.