From 08f45dbeed70d3ecc15c0fdad6933192b11b4df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Nivet?= Date: Fri, 21 Jun 2019 23:04:36 +0200 Subject: [PATCH] Update Readme.md Move the build status at the top of the main page to give it more visibility (as on most open source projects) And add a NuGet build status that provide a quick link to the NuGet page of SharpBucket --- Readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index f479a45c..201cb8b5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,7 @@ # SharpBucket +[![Build status](https://ci.appveyor.com/api/projects/status/jtlni3j2fq3j6pxy/branch/master?svg=true)](https://ci.appveyor.com/project/MitjaBezenek/sharpbucket/branch/master) +[![NuGet Version and Downloads count](https://buildstats.info/nuget/SharpBucket)](https://www.nuget.org/packages/SharpBucket/) + SharpBucket is a .Net wrapper for the Bitbucket's REST API. It is written in in C#. With it you can have all the data of your repositories / issues at your fingertips. ## How to get started @@ -132,9 +135,7 @@ Contributions are always welcome! [Here is some short information](https://githu ## Continuous Integration from AppVeyor The project is using [AppVeyor's](http://www.appveyor.com/) Continuous Integration -Service that is free for open source projects. It is enabled for Pull Requests as well as the main branch. Main branch's current status is: - -[![Build status](https://ci.appveyor.com/api/projects/status/jtlni3j2fq3j6pxy/branch/master)](https://ci.appveyor.com/project/MitjaBezenek/sharpbucket/branch/master) +Service that is free for open source projects. It is enabled for Pull Requests as well as the main branch. ## Licensing, Dependencies and Influence SharpBucket is licensed under [MIT license](https://github.com/MitjaBezensek/SharpBucket/blob/master/LICENSE). @@ -143,4 +144,4 @@ SharpBucket is licensed under [MIT license](https://github.com/MitjaBezensek/Sha - **RestSharp** for HTTP requests and responses. RestSHarp is [licensed under Apache 2.0 license](https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt) terms. ### Influence -SharpBucket was influenced by ServiceStack's [Stripe api wrapper](https://github.com/ServiceStack/Stripe). The first versions of SharpBucket used ServiceStack's library, but has since moved to RestSharp. \ No newline at end of file +SharpBucket was influenced by ServiceStack's [Stripe api wrapper](https://github.com/ServiceStack/Stripe). The first versions of SharpBucket used ServiceStack's library, but has since moved to RestSharp.