Skip to content

An C# Azure Function app to display version badges for NuGet packages hosted on a public Azure Artifacts NuGet Feed.

License

Notifications You must be signed in to change notification settings

azurevoodoo/AzureArtifactsPublicNuGetFeedBadge

Repository files navigation

Build Status Release Status

Azure Artifacts Public NuGet Feed Badge

An C# Azure Function app to display version badges for NuGet packages hosted on a public Azure Artifacts NuGet Feed.

Background

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.

Usage

Route

{org}/{project}/{feed}/{packageId}

Example

Parameter Description Example
org Organization name cake-build
project Project name Cake
feed Artifacts feed name cake
packageId NuGet package id cake

Markdown

[![Azure Artifacts](https://azpkgsshield.azurevoodoo.net/cake-build/Cake/cake/cake)](https://dev.azure.com/cake-build/Cake/_packaging?_a=package&feed=cake&package=Cake&protocolType=NuGet)

Output

Azure Artifacts

License

This project is licensed under the MIT License.

Shields.io

This project utilizes Shields.io to generate badges, which is licensed under the CC0 license.

About

An C# Azure Function app to display version badges for NuGet packages hosted on a public Azure Artifacts NuGet Feed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages