Skip to content

Commit

Permalink
added cool readme stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-puff committed Jun 29, 2021
1 parent b4cabc1 commit 42b82ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PingBoardApiClient
[![Build](https://github.com/Johnmancini30/PingboardApiClient/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Johnmancini30/PingboardApiClient/actions/workflows/dotnet.yml)
[![NuGet](https://img.shields.io/nuget/v/pingboardapiclient?color=g)](https://nuget.org/packages/PingboardApiClient)

PingboardApiClient is a client for [Pingboard Api version 2](https://pingboard.docs.apiary.io/) that targets .Net Core 5.0

Expand Down
11 changes: 11 additions & 0 deletions src/PingboardApiClient/PingboardApiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
<PropertyGroup>
<TargetFramework>netcoreapp5.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<Copyright />
<Description>PingboardApiClient is a .NET core client for Pingboard API v2.</Description>
<Authors>John Mancini</Authors>
<PacakgeProjectUrl>https://github.com/Johnmancini30/PingboardApiClient</PacakgeProjectUrl>
<RepositoryUrl>https://github.com/Johnmancini30/PingboardApiClient</RepositoryUrl>
<PackageTags>Pingboard REST API CI CLIENT</PackageTags>
<PackageId>PingboardApiClient</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down

0 comments on commit 42b82ed

Please sign in to comment.