From 599a11cd2ded815cc2dceab49aa6140193a4e4ab Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:15:54 -0500 Subject: [PATCH] docs: add badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fa11189..4d11603 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # AnthropicClient +[![Pull Request](https://github.com/StevanFreeborn/anthropic-client/actions/workflows/pull_request.yml/badge.svg)](https://github.com/StevanFreeborn/anthropic-client/actions/workflows/pull_request.yml) +[![codecov](https://codecov.io/gh/StevanFreeborn/anthropic-client/graph/badge.svg?token=hZ3MjhxDv9)](https://codecov.io/gh/StevanFreeborn/anthropic-client) +[![Publish](https://github.com/StevanFreeborn/anthropic-client/actions/workflows/publish.yml/badge.svg)](https://github.com/StevanFreeborn/anthropic-client/actions/workflows/publish.yml) +[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) +![NuGet Version](https://img.shields.io/nuget/v/AnthropicClient) +![NuGet Downloads](https://img.shields.io/nuget/dt/AnthropicClient) + This library for the Anthropic API is meant to simplify development in C# for Anthropic users. > [!NOTE]