From dcba8d2670d31a559f3a0073e6bf9b60b3d29788 Mon Sep 17 00:00:00 2001 From: "Frank R. Haugen" Date: Tue, 8 Aug 2023 22:10:46 +0200 Subject: [PATCH] Add PackageReadmeFile element to Directory.Build.props Added a PackageReadmeFile element to the Directory.Build.props file to ensure the readme.md file is included in the generated NuGet package. Also modified the packaging path for the readme.md to align with the new PackageReadmeFile specification. This change will help package users to better understand the package functionality. --- src/Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7fc35ce8..1b7cba58 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -13,6 +13,7 @@ true true + readme.md Git https://github.com/frankhaugen/Frank.Libraries https://github.com/frankhaugen/Frank.Libraries @@ -30,7 +31,7 @@ True - readme.md + \