Skip to content

Commit

Permalink
Add the NuGet and GitHub Actions badges to README
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
haacked committed Jan 17, 2025
1 parent 718e6eb commit bc8ea8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PostHog DotNet Client SDK
# PostHog DotNet Client SDK ![Build status](https://github.com/PostHog/posthog-dotnet/actions/workflows/main.yaml/badge.svg?branch=main)

This repository contains a set of packages for interacting with the PostHog API in .NET applications.
This README is for those who wish to contribute to these packages.
Expand All @@ -7,8 +7,10 @@ For documentation on the specific packages, see the README files in the respecti

## Packages

- [PostHog.AspNetCore](src/PostHog.AspNetCore/README.md)
- [PostHog](src/PostHog/README.md)
| Package | Version | Description
|---------|---------| -----------
| [PostHog.AspNetCore](src/PostHog.AspNetCore/README.md) | [![NuGet version (PostHog.AspNetCore)](https://img.shields.io/nuget/v/PostHog.AspNetCore.svg?style=flat-square)](https://www.nuget.org/packages/PostHog.AspNetCore/) | For use in ASP.NET Core projects.
| [PostHog](src/PostHog/README.md) | [![NuGet version (PostHog)](https://img.shields.io/nuget/v/PostHog.svg?style=flat-square)](https://www.nuget.org/packages/PostHog/) | The core library. Over time, this will support client environments such as Unit, Xamarin, etc.

> [!WARNING]
> These packages are currently in a pre-release stage. We're making them available publicly to solicit
Expand Down

0 comments on commit bc8ea8c

Please sign in to comment.