From b4b194f0cebbe68d2ff70e31ad787ee7ca46d41c Mon Sep 17 00:00:00 2001 From: Hank McCord Date: Wed, 13 Jul 2022 13:59:30 -0400 Subject: [PATCH] Finalize README --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78adb32..9708872 100644 --- a/README.md +++ b/README.md @@ -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