Skip to content

Commit

Permalink
Generate package on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafeed3s committed Dec 25, 2023
1 parent 0757d03 commit f120041
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SutForge/SutForge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Sutb</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>SUT Forge</Title>
<Authors>dovic95</Authors>
<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>
<PackageProjectUrl>https://github.com/dovic95/SUTForge</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/dovic95/SUTForge/blob/main/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/dovic95/SUTForge</RepositoryUrl>
<PackageTags>dotnet tdd tests chicago classical</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f120041

Please sign in to comment.