From 64e1cd3b10d0a54fe23f27fb57b25723a3efef92 Mon Sep 17 00:00:00 2001 From: Marcel Boersma <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:24:09 +0100 Subject: [PATCH 1/2] Update README.md Fix broken badge for `.NET build` action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c3922..44b511a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub last commit (main)](https://img.shields.io/github/last-commit/pyrocumulus/PVOutput.Net/main?label=last%20commit%20%28main%29) [![NuGet Version](https://img.shields.io/nuget/v/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) [![NuGet Downloads](https://img.shields.io/nuget/dt/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) -[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnetcore.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+Core%22) +[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnet-build.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+build%22) [![Code coverage](https://img.shields.io/codecov/c/github/pyrocumulus/PVOutput.Net/develop)](https://codecov.io/gh/pyrocumulus/pvoutput.net) ## Installation From 3228134a973c44026b359888958658115e526b01 Mon Sep 17 00:00:00 2001 From: Marcel Boersma <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:41:22 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b511a..0131901 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub last commit (main)](https://img.shields.io/github/last-commit/pyrocumulus/PVOutput.Net/main?label=last%20commit%20%28main%29) [![NuGet Version](https://img.shields.io/nuget/v/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) [![NuGet Downloads](https://img.shields.io/nuget/dt/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) -[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnet-build.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+build%22) +[![NET Build](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnet-build.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+build%22) [![Code coverage](https://img.shields.io/codecov/c/github/pyrocumulus/PVOutput.Net/develop)](https://codecov.io/gh/pyrocumulus/pvoutput.net) ## Installation