Skip to content

Commit e75837f

Browse files
authored
📜 docs: Changed README Badges back to Markdown (#54)
Since HTML Badges don't render on nuget
1 parent e67f30a commit e75837f

1 file changed

Lines changed: 2 additions & 30 deletions

File tree

README.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
<a href="https://github.com/TJC-Tools/TJC.Collection.GUI/tags">
2-
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/TJC-Tools/TJC.Collection.GUI?style=for-the-badge&logo=tag&logoColor=white&labelColor=24292f&color=blue" />
3-
</a>
1+
![GitHub Tag](https://img.shields.io/github/v/tag/TJC-Tools/TJC.Collection.GUI) [![GitHub Release](https://img.shields.io/github/v/release/TJC-Tools/TJC.Collection.GUI)](https://github.com/TJC-Tools/TJC.Collection.GUI/releases/latest) [![NuGet Version](https://img.shields.io/nuget/v/TJC.Collection.GUI)](https://www.nuget.org/packages/TJC.Collection.GUI)
42

5-
<a href="https://github.com/TJC-Tools/TJC.Collection.GUI/releases/latest">
6-
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/TJC-Tools/TJC.Collection.GUI?style=for-the-badge&logo=starship&logoColor=D9E0EE&labelColor=302D41&&color=green&include_prerelease&sort=semver" />
7-
</a>
8-
9-
<a href="https://www.nuget.org/packages/TJC.Collection.GUI">
10-
<img alt="NuGet Version" src="https://img.shields.io/nuget/v/TJC.Collection.GUI?style=for-the-badge&logo=nuget&logoColor=white&labelColor=004880&color=blue" />
11-
</a>
12-
13-
<br/>
14-
15-
<a href="https://www.nuget.org/packages/TJC.Collection.GUI">
16-
<img alt="NuGet Downloads" src="https://img.shields.io/nuget/dt/TJC.Collection.GUI?style=for-the-badge&logo=nuget&logoColor=white&labelColor=004880&color=yellow" />
17-
</a>
18-
19-
<a href="https://github.com/TJC-Tools/TJC.Collection.GUI">
20-
<img alt="Repository Size" src="https://img.shields.io/github/repo-size/TJC-Tools/TJC.Collection.GUI?style=for-the-badge&logo=files&logoColor=white&labelColor=24292f&color=orange" />
21-
</a>
22-
23-
<br/>
24-
25-
<a href="https://github.com/TJC-Tools/TJC.Collection.GUI">
26-
<img alt="Last commit" src="https://img.shields.io/github/last-commit/TJC-Tools/TJC.Collection.GUI?style=for-the-badge&logo=git&logoColor=D9E0EE&labelColor=302D41&color=mediumpurple"/>
27-
</a>
28-
29-
<a href="LICENSE">
30-
<img alt="License" src="https://img.shields.io/github/license/TJC-Tools/TJC.Collection.GUI.svg?style=for-the-badge&logo=balance-scale&logoColor=white&labelColor=333333&color=blueviolet" />
31-
</a>
3+
[![NuGet Downloads](https://img.shields.io/nuget/dt/TJC.Collection.GUI)](https://www.nuget.org/packages/TJC.Collection.GUI) ![Size](https://img.shields.io/github/repo-size/TJC-Tools/TJC.Collection.GUI) [![License](https://img.shields.io/github/license/TJC-Tools/TJC.Collection.GUI.svg)](LICENSE)

0 commit comments

Comments
 (0)