Skip to content

Commit 08362c9

Browse files
authored
📜 docs: Changed README Badges back to Markdown (#49)
Since HTML Badges don't render on nuget
1 parent 3b5a07c commit 08362c9

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,34 +1,6 @@
1-
<a href="https://github.com/TJC-Tools/TJC.StringExtensions/tags">
2-
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/TJC-Tools/TJC.StringExtensions?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.StringExtensions) [![GitHub Release](https://img.shields.io/github/v/release/TJC-Tools/TJC.StringExtensions)](https://github.com/TJC-Tools/TJC.StringExtensions/releases/latest) [![NuGet Version](https://img.shields.io/nuget/v/TJC.StringExtensions)](https://www.nuget.org/packages/TJC.StringExtensions)
42

5-
<a href="https://github.com/TJC-Tools/TJC.StringExtensions/releases/latest">
6-
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/TJC-Tools/TJC.StringExtensions?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.StringExtensions">
10-
<img alt="NuGet Version" src="https://img.shields.io/nuget/v/TJC.StringExtensions?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.StringExtensions">
16-
<img alt="NuGet Downloads" src="https://img.shields.io/nuget/dt/TJC.StringExtensions?style=for-the-badge&logo=nuget&logoColor=white&labelColor=004880&color=yellow" />
17-
</a>
18-
19-
<a href="https://github.com/TJC-Tools/TJC.StringExtensions">
20-
<img alt="Repository Size" src="https://img.shields.io/github/repo-size/TJC-Tools/TJC.StringExtensions?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.StringExtensions">
26-
<img alt="Last commit" src="https://img.shields.io/github/last-commit/TJC-Tools/TJC.StringExtensions?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.StringExtensions.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.StringExtensions)](https://www.nuget.org/packages/TJC.StringExtensions) ![Size](https://img.shields.io/github/repo-size/TJC-Tools/TJC.StringExtensions) [![License](https://img.shields.io/github/license/TJC-Tools/TJC.StringExtensions.svg)](LICENSE)
324

335
## Table of Contents
346
- [Pluralize](#pluralize)

0 commit comments

Comments
 (0)