Skip to content

Commit 63538d2

Browse files
authored
Update README.md
1 parent 88facc6 commit 63538d2

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ GameLib.NET is a library to give .NET developers easy access to the users instal
66

77
While this repository is providing already the plugins to gather the games from the most popular game launchers, it easily extendible via the MEF Framework. A developer guide will follow, but I'm pretty sure the geeks will find out themselfes on how to do it.
88

9+
## Support
10+
11+
I try to be responsive to [Stack Overflow questions in the `gamelib-net` tag](https://stackoverflow.com/questions/tagged/gamelib-net) and [issues logged on this GitHub repository](https://github.com/tekgator/GameLib.NET/issues).
12+
13+
If I've helped you and you like some of my work, feel free to buy me a coffee ☕ (or more likely a beer 🍺)
14+
15+
<a href='https://ko-fi.com/C0C7LO3V1' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
16+
17+
18+
## Plugins
19+
920
Following plugins are already bundled with GameLib.NET to detect the game launchers including their installed games:
21+
1022
- ![Steam](GameLib.Plugin/GameLib.Plugin.Steam/Resources/Logo32px.png) [Steam](GameLib.Plugin/GameLib.Plugin.Steam)
1123
- ![Epic](GameLib.Plugin/GameLib.Plugin.Epic/Resources/Logo32px.png) [Epic Games](GameLib.Plugin/GameLib.Plugin.Epic)
1224
- ![Ubisoft Connect](GameLib.Plugin/GameLib.Plugin.Ubisoft/Resources/Logo32px.png) [Ubisoft Connect](GameLib.Plugin/GameLib.Plugin.Ubisoft)
@@ -75,16 +87,6 @@ Both will run straight out of the box to give you a hint what the library can do
7587
![WPF GUI Demo Games Screenshot](Resources/Screenshots/WpfDemoGames.png "WPF GUI Demo Games Screenshot")
7688

7789

78-
79-
80-
## Support
81-
82-
I try to be responsive to [Stack Overflow questions in the `gamelib-net` tag](https://stackoverflow.com/questions/tagged/gamelib-net) and [issues logged on this GitHub repository](https://github.com/tekgator/GameLib.NET/issues).
83-
84-
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/GameLib.NET).
85-
86-
<a href="https://www.buymeacoffee.com/tekgator" target="_blank"><img src="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: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
87-
8890
## Dependencies and Credits
8991

9092
- Teneko's [Teronis.DotNet](https://github.com/teneko/Teronis.DotNet/tree/develop/src/MSBuild/Packaging/ProjectBuildInPackage) for allowing project reference content to be added to the NuGet package during pack process

0 commit comments

Comments
 (0)