From 964d105f92aec8a40e2f5f8c050629e2315d802c Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 27 Aug 2023 14:03:36 +0100 Subject: [PATCH] fix(chore): don't pull CHANGELOG.md contents in PackageReleaseNotes --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3250f61..e5b2e1c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -21,7 +21,7 @@ dotnet extension-methods README.md - $([System.IO.File]::ReadAllText("$(SolutionDir)/CHANGELOG.md")) + See CHANGELOG.md for a full list of changes. true