From 1de8406897c56345d6c0c9d0e750f962562e0246 Mon Sep 17 00:00:00 2001 From: Thomas Piskol <38790465+ThomasPiskol@users.noreply.github.com> Date: Mon, 28 Feb 2022 15:54:09 +0100 Subject: [PATCH] Fix URL of NuGet Badge The NuGet Badge was using the wrong URL (of the now unlisted un-official package) and is showing "package not found". Now it's using the correct URL and the badge is working again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc3d33..ae478f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Build](https://github.com/package-url/packageurl-dotnet/actions/workflows/build.yml/badge.svg) [![License][license-image]][license-url] -[![NuGet version (packageurl-dotnet)](https://img.shields.io/nuget/v/packageurl.svg?style=flat-square)](https://www.nuget.org/packages/packageurl-dotnet/) +[![NuGet version (packageurl-dotnet)](https://img.shields.io/nuget/v/packageurl-dotnet)](https://www.nuget.org/packages/packageurl-dotnet/) Package URL (purl) for .NET =========