From 1be8783327aab4ea133737c88b54552aca0d9c0b Mon Sep 17 00:00:00 2001 From: Ieuan Walker Date: Fri, 8 Dec 2023 20:07:03 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d6f8d2..89d112a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Hangfire.RecurringJob [![Nuget](https://img.shields.io/nuget/v/IeuanWalker.Hangfire.RecurringJob)](https://www.nuget.org/packages/IeuanWalker.Hangfire.RecurringJob) [![Nuget](https://img.shields.io/nuget/dt/IeuanWalker.Hangfire.RecurringJob)](https://www.nuget.org/packages/IeuanWalker.Hangfire.RecurringJob) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![Build](https://github.com/IeuanWalker/Hangfire.RecurringJob/actions/workflows/build.yml/badge.svg)](https://github.com/IeuanWalker/Hangfire.RecurringJob/actions/workflows/build.yml) This is a package that automatically generates the hanfire recurring jobs `AddOrUpdate` code, using source generators.