From 7025a47b991faace9b34dc06068c0481a90bd593 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 11 Oct 2021 14:08:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 560949a1..892f192e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ public void SomeMethod(string something) - [Guard Clauses (podcast: 7 minutes)](http://www.weeklydevtips.com/004) - [Guard Clause](http://deviq.com/guard-clause/) -## Build Notes +## Build Notes (for maintainers) - Remember to update the PackageVersion in the csproj file and then a build on master should automatically publish the new package to nuget.org. - Add a release with form `1.3.2` to GitHub Releases in order for the package to actually be published to Nuget. Otherwise it will claim to have been successful but is lying to you.