From f395f1151415e9106a2c739d3a87669cc0ac80f3 Mon Sep 17 00:00:00 2001 From: Chris C Date: Tue, 16 Jan 2024 15:08:17 -0700 Subject: [PATCH 1/2] Added sponsorship badge to README Also added the release and NuGet badges. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c62fd47..dd0400e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ +[![GitHub release (with filter)](https://img.shields.io/github/v/release/saturdaymp/NConstraints?sort=semver&label=Latest%20Release&labelColor=3C444C&logoColor=959DA5&logo=GitHub)](https://github.com/saturdaymp/XPlugins.iOS.BEMCheckBox/releases/latest) +[![Nuget](https://img.shields.io/nuget/dt/SaturdayMP.NConstraints?logo=nuget&label=Downloads&labelColor=3C444C&logoColor=959DA5)](https://www.nuget.org/packages/SaturdayMP.NConstraints) ![CI/CD](https://github.com/saturdaymp/NConstraints/actions/workflows/ci.yml/badge.svg) ![Release Notes](https://github.com/saturdaymp/NConstraints/actions/workflows/release-notes.yml/badge.svg) +[![GitHub Sponsors](https://img.shields.io/github/sponsors/saturdaymp?label=Sponsors&logo=githubsponsors&labelColor=3C444C)](https://github.com/sponsors/saturdaymp) # NConstraints Adds additional [constraints](https://github.com/nunit/docs/wiki/Constraints) to [NUnit](https://github.com/nunit/nunit) such as comparing the properties of two objects. From 2aea8fbbc5114c41cd3d3bca90c008540e32d587 Mon Sep 17 00:00:00 2001 From: Chris C Date: Tue, 16 Jan 2024 15:13:24 -0700 Subject: [PATCH 2/2] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..f3fea33 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [saturdaymp]