NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 1fa8ae353e47d0f7a1cefca716dbde07a02eea12
parent 3ff92a3c833bc8439a309b40b7f580b4e311da5b
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 16:28:53 +0100

Updated README.md to include more badges!

Diffstat:
ANetSharp/nuget.config | 8++++++++
MREADME.md | 2++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/NetSharp/nuget.config b/NetSharp/nuget.config @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <clear /> + <add key="NetSharpFeed" value="https://quartzstudios.pkgs.visualstudio.com/NetSharp/_packaging/NetSharpFeed/nuget/v3/index.json" /> + </packageSources> +</configuration> +\ No newline at end of file diff --git a/README.md b/README.md @@ -7,6 +7,8 @@ For help with the library, feel free to visit our Discord and ask your questions | Service | Status Badge | | ------- | ------------ | | Discord | [![Discord Server][discord-server-badge]](https://discord.gg/DKQhxuY) | +| Code Quality | [![CodeFactor](https://www.codefactor.io/repository/github/enderrifter/netsharp/badge/master)](https://www.codefactor.io/repository/github/enderrifter/netsharp/overview/master) | +| CI Build | [![Build Status](https://quartzstudios.visualstudio.com/NetSharp/_apis/build/status/EnderRifter.NetSharp?branchName=master)](https://quartzstudios.visualstudio.com/NetSharp/_build/latest?definitionId=7&branchName=master) | ## License