|
2 | 2 | ServerJars .NET API |
3 | 3 | ====== |
4 | 4 |
|
| 5 | +<p> |
| 6 | + <ahref="https://github.com/tekgator/ServerJars/blob/main/LICENSE"alt="License"> |
| 7 | +<img src="https://img.shields.io/github/license/tekgator/ServerJars" /> |
| 8 | + </a> |
| 9 | + <imgsrc="https://img.shields.io/github/languages/top/tekgator/ServerJars" /> |
| 10 | + <ahref="https://www.nuget.org/packages/ServerJars"alt="Nuget"> |
| 11 | +<img alt="Nuget" src="https://img.shields.io/nuget/dt/ServerJars"> |
| 12 | + </a> |
| 13 | + <ahref="https://github.com/tekgator/ServerJars/actions/workflows/build-on-push.yml"alt="BuildStatus"> |
| 14 | +<img src="https://img.shields.io/github/actions/workflow/status/tekgator/ServerJars/build-on-push.yml?branch=main" /> |
| 15 | + </a> |
| 16 | + <ahref="https://github.com/tekgator/ServerJars/releases"alt="Releases"> |
| 17 | +<img src="https://img.shields.io/github/v/release/tekgator/ServerJars" /> |
| 18 | + </a> |
| 19 | + <ahref="https://github.com/tekgator/ServerJars/releases"alt="Releases"> |
| 20 | +<img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/tekgator/ServerJars"> |
| 21 | + </a> |
| 22 | + <ahref="https://github.com/tekgator/ServerJars/commit"alt="Commit"> |
| 23 | +<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/tekgator/ServerJars"> |
| 24 | + </a> |
| 25 | +</p> |
| 26 | + |
5 | 27 | Implementation of the ServerJars.com API as a .NET library. |
6 | 28 |
|
7 | 29 | Please see [API Documentation](https://serverjars.com/documentation) for further details |
8 | 30 |
|
| 31 | +## Support |
| 32 | + |
| 33 | +I try to be responsive to [Stack Overflow questions in the `serverjars-net` tag](https://stackoverflow.com/questions/tagged/serverjars-net) and [issues logged on this GitHub repository](https://github.com/tekgator/ServerJars/issues). |
| 34 | + |
| 35 | +If I've helped you and you like some of my work, feel free to buy me a coffee ☕ (or more likely a beer 🍺) |
| 36 | + |
| 37 | +[](https://ko-fi.com/C0C7LO3V1) |
| 38 | + |
9 | 39 |
|
10 | 40 | ## Installing |
11 | 41 |
|
@@ -86,15 +116,6 @@ Have a look at the [Console Demo](ServerJars.Demo.Console/Program.cs) within the |
86 | 116 | It will run straight out of the box to give you a hint what the library can do for you. |
87 | 117 |
|
88 | 118 |
|
89 | | -## Support |
90 | | - |
91 | | -I try to be responsive to [Stack Overflow questions in the `serverjars-net` tag](https://stackoverflow.com/questions/tagged/serverjars-net) and [issues logged on this GitHub repository](https://github.com/tekgator/ServerJars/issues). |
92 | | - |
93 | | -If I've helped you, feel free to buy me a coffee or see the Sponsor link [at the top right of the GitHub page](https://github.com/tekgator/ServerJars). |
94 | | - |
95 | | -<ahref="https://www.buymeacoffee.com/tekgator"target="_blank"><imgsrc="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png"alt="Buy Me A Coffee"style="height: 41px!important;width: 174px!important;box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px3px2px0pxrgba(190, 190, 190, 0.5) !important;" ></a> |
96 | | - |
97 | | - |
98 | 119 | ## Dependencies and Credits |
99 | 120 |
|
100 | 121 | The project has no special dependencies except to the awesome API from the [ServerJars.com](https://serverjars.com) website. |
0 commit comments