Skip to content

Commit 856761e

Browse files
committed
chore: Add nuget package badge
1 parent ddaed04 commit 856761e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Randora
22

3+
[![NuGet](https://img.shields.io/nuget/v/JSSoft.Randora.svg?label=release)](https://www.nuget.org/packages/JSSoft.Randora/)
4+
[![NuGet (prerelease)](https://img.shields.io/nuget/vpre/JSSoft.Randora.svg?label=preview)](https://www.nuget.org/packages/JSSoft.Randora/)
5+
[![License](https://img.shields.io/github/license/s2quake/randora.svg)](https://github.com/s2quake/randora/blob/main/LICENSE.md)
6+
37
A lightweight random-value utility. It provides simple APIs to generate a wide range of data: primitives, collections, enums, text, time values, shuffles, and more.
48

59
## Supported frameworks
@@ -28,7 +32,7 @@ To use it project-wide, add a using alias via GlobalUsings or your project file
2832

2933
```xml
3034
<ItemGroup>
31-
<Using Include="JSSoft.Randora.RandomUtility" Alias="R" />
35+
<Using Include="JSSoft.Randora.RandomUtility" Alias="R" />
3236
</ItemGroup>
3337
```
3438

0 commit comments

Comments
 (0)