Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mnivet authored Jun 21, 2019
1 parent b6498da commit 08f45db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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).
Expand All @@ -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.
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.

0 comments on commit 08f45db

Please sign in to comment.