Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzorz committed May 11, 2023
1 parent e890805 commit 8b22405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Contenda .NET SDK

**Contenda** is the content catalyst for developer advocates.
**Contenda** is the content catalyst for developer advocates - learn more at ✨ https://contenda.co

A .NET Standard 2.0 library to help you use Contenda's APIs in your .NET projects!

![](https://img.shields.io/badge/platform-any-green.svg?longCache=true&style=flat-square) ![](https://img.shields.io/badge/nuget-yes-green.svg?longCache=true&style=flat-square) ![](https://img.shields.io/badge/license-MIT-blue.svg?longCache=true&style=flat-square)

## Installation

Install the `Contenda.Sdk` NuGet package.

The most up to date version is available here: https://www.nuget.org/packages/Contenda.Sdk

## Usage

Refer to the `Contenda.SdkDemo` project to see example code using this SDK.
Expand Down
3 changes: 3 additions & 0 deletions sources/Contenda/Contenda.Sdk/Contenda.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/Contenda-Team/contenda-dotnet-sdk</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.1.0</Version>
<RepositoryUrl>https://github.com/Contenda-Team/contenda-dotnet-sdk</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8b22405

Please sign in to comment.