Skip to content

Commit

Permalink
Added Nuget badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafeed3s committed Dec 30, 2023
1 parent ea6990a commit 6d9dd9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SUT Forge

[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/SUTForge)](https://www.nuget.org/packages/SutForge)


<p align="center">
<img src="favicon.png" alt="Icon" />
</p>
Expand Down Expand Up @@ -33,10 +36,10 @@ To get started with `SUTForge`, you need to install the package in your .NET pro

### Installation

Install `SUTForge` via NuGet package manager:
Install `SUTForge` via .NET CLI:

```shell
Install-Package SUTForge
dotnet add package SUTForge
```

### Writing Your First Test
Expand Down

0 comments on commit 6d9dd9e

Please sign in to comment.