(#31) Use for-the-badge style shields

This commit is contained in:
Oliver Booth 2021-03-03 22:16:32 +00:00
parent 7e41eb6119
commit 6f963c748b
1 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
# X10D # X10D
## Extension methods on crack ## Extension methods on crack
[<img src="https://img.shields.io/github/workflow/status/oliverbooth/X10D/.NET%20Core">](https://github.com/oliverbooth/X10D/actions?query=workflow%3A%22.NET+Core%22) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oliverbooth/X10D/.NET%20Core?style=for-the-badge)](https://github.com/oliverbooth/X10D/actions?query=workflow%3A%22.NET+Core%22)
[<img src="https://img.shields.io/github/issues/oliverbooth/X10D">](https://github.com/oliverbooth/X10D/issues) [![GitHub issues](https://img.shields.io/github/issues/oliverbooth/X10D?style=for-the-badge)](https://github.com/oliverbooth/X10D/issues)
[<img src="https://img.shields.io/nuget/v/X10D">](https://www.nuget.org/packages/X10D/) [![Nuget](https://img.shields.io/nuget/dt/X10D?style=for-the-badge)](https://www.nuget.org/packages/X10D/)
[<img src="https://img.shields.io/github/license/oliverbooth/X10D">](https://github.com/oliverbooth/X10D/blob/master/LICENSE.md) [![Nuget](https://img.shields.io/nuget/v/X10D?style=for-the-badge)](https://www.nuget.org/packages/X10D/)
[![GitHub](https://img.shields.io/github/license/oliverbooth/X10D?style=for-the-badge)](https://github.com/oliverbooth/X10D/blob/master/LICENSE.md)
### About ### About
X10D (pronounced *extend*), is a class library that provides extension methods for numerous .NET types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods. X10D (pronounced *extend*), is a class library that provides extension methods for numerous .NET types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods.