Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

chore: Change to GHA status badge. #193

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LaunchDarkly Server-Side SDK for .NET

[![NuGet](https://img.shields.io/nuget/v/LaunchDarkly.ServerSdk.svg?style=flat-square)](https://www.nuget.org/packages/LaunchDarkly.ServerSdk/)
[![CircleCI](https://circleci.com/gh/launchdarkly/dotnet-server-sdk.svg?style=shield)](https://circleci.com/gh/launchdarkly/dotnet-server-sdk)
[![CI](https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/ci.yml)
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/dotnet-server-sdk)

The LaunchDarkly Server-Side SDK for .NET is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
Expand Down