Skip to content

Commit

Permalink
Finalize README
Browse files Browse the repository at this point in the history
  • Loading branch information
hymccord committed Jul 13, 2022
1 parent cf47fff commit b4b194f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,12 @@ attributes are not applied and the attributes may therefore appear in code cover
## Building

Because the package consists of source files, building works differently than a normal .NET project.
In essence, no build has to be made at all. Instead, the `*.cs` files are packaged into a NuGet package through custom packaging targets.

The solution contains a `_build` project which automatically performs these tasks though. You can then
find the resulting NuGet package file in the `artifacts` folder.
In essence, no build has to be made at all. Instead, the `*.cs` files are packaged into a NuGet package
through custom packaging targets.

## Contributing

I don't expect this package to require many changes, but if something is not working for you or
if you think that the source file should change, feel free to create an issue or Pull Request.
I will be happy to discuss and potentially integrate your ideas!
Open to any contributions!

## License

Expand Down

0 comments on commit b4b194f

Please sign in to comment.