Skip to content

Commit 73d9ce3

Browse files
committed
chore: Add nuget package badge
1 parent ddaed04 commit 73d9ce3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

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

3+
![NuGet](https://img.shields.io/nuget/v/JSSoft.Randora.svg?label=release)
4+
![NuGet (prerelease)](https://img.shields.io/nuget/vpre/JSSoft.Randora.svg?label=preview)
5+
36
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.
47

58
## Supported frameworks
@@ -28,7 +31,7 @@ To use it project-wide, add a using alias via GlobalUsings or your project file
2831

2932
```xml
3033
<ItemGroup>
31-
<Using Include="JSSoft.Randora.RandomUtility" Alias="R" />
34+
<Using Include="JSSoft.Randora.RandomUtility" Alias="R" />
3235
</ItemGroup>
3336
```
3437

0 commit comments

Comments
 (0)