Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafeed3s committed Dec 30, 2023
1 parent 6d9dd9e commit 48a35f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ To get started with `SUTForge`, you need to install the package in your .NET pro

Install `SUTForge` via .NET CLI:

```shell
dotnet add package SUTForge
```
- 📦 [NuGet](https://nuget.org/packages/SUTForge): `dotnet add package SUTForge`

### Writing Your First Test

Expand Down
5 changes: 3 additions & 2 deletions src/SutForge/SutForge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
<Title>SUT Forge</Title>
<Authors>dovic95</Authors>
<PackageTags>TDD unit-testing chicago classical SUT testing</PackageTags>
<Description>Simplifying .NET unit testing and Test-Driven Development with an intuitive builder pattern, classical approach, and high extensibility for effortless creation and customization of System Under Test instances.</Description>
<Description>Simplifying .NET unit testing and Test-Driven Development with an intuitive builder pattern, classical/Chicago approach, and high extensibility for effortless creation and customization of System Under Test instances.</Description>
<PackageProjectUrl>https://github.com/dovic95/SUTForge</PackageProjectUrl>
<PackageLicense>https://github.com/dovic95/SUTForge/blob/main/LICENSE</PackageLicense>
<RepositoryUrl>https://github.com/dovic95/SUTForge</RepositoryUrl>
<PackageTags>dotnet tdd tests chicago classical</PackageTags>
<PackageTags>dotnet tdd tests chicago classical sut</PackageTags>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>favicon.png</PackageIcon>
</PropertyGroup>

<!-- Disable nullability warnings on older frameworks because there is no nullability info for BCL -->
Expand Down

0 comments on commit 48a35f5

Please sign in to comment.