From df2be94a7aa777f9185ef1595b620ecf1e09f124 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Carle <29762210+jscarle@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:25:06 -0500 Subject: [PATCH] Updated README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82e4394..b752b4e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A simple attribute-based Roslyn incremental source generator base class for .NET. +[![main](https://img.shields.io/github/actions/workflow/status/jscarle/AttributeSourceGenerator/main.yml?logo=github)](https://github.com/jscarle/AttributeSourceGenerator) +[![nuget](https://img.shields.io/nuget/v/AttributeSourceGenerator)](https://www.nuget.org/packages/AttributeSourceGenerator) +[![downloads](https://img.shields.io/nuget/dt/AttributeSourceGenerator)](https://www.nuget.org/packages/AttributeSourceGenerator) + ### Example generator ```csharp