-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09681c7
commit f5fb1d7
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# DragonFruit.Common | ||
|
||
![CI](https://github.com/dragonfruitnetwork/DragonFruit.Common/workflows/Publish/badge.svg) | ||
![CI Publish](https://github.com/dragonfruitnetwork/DragonFruit.Common/workflows/Publish/badge.svg) | ||
![CI Unit Tests](https://github.com/dragonfruitnetwork/DragonFruit.Common/workflows/Unit%20Tests/badge.svg) | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/55343888c7e945b3b7d9d4760309ccb4)](https://www.codacy.com/gh/dragonfruitnetwork/DragonFruit.Common?utm_source=github.com&utm_medium=referral&utm_content=dragonfruitnetwork/DragonFruit.Common&utm_campaign=Badge_Grade) | ||
[![Nuget](https://img.shields.io/nuget/v/DragonFruit.Common.Data)](https://nuget.org/packages/DragonFruit.Common.Data) | ||
[![Nuget Prerelease](https://img.shields.io/nuget/vpre/DragonFruit.Common.Data)](https://nuget.org/packages/DragonFruit.Common.Data) | ||
![Nuget Downloads](https://img.shields.io/nuget/dt/DragonFruit.Common.Data) | ||
[![DragonFruit Discord](https://img.shields.io/discord/482528405292843018?label=Discord&style=popout)](https://discord.gg/VA26u5Z) | ||
|
||
### Overview | ||
DragonFruit.Common.Data is aimed to reduce code repetition and make common IO-based tasks easier and faster. | ||
DragonFruit.Common is aimed to reduce code repetition and make common IO-based tasks easier and faster. | ||
|
||
### Getting Started | ||
|
||
See the [wiki](https://github.com/dragonfruitnetwork/DragonFruit.Common/wiki) to get started. |