From 832a82d106b5b7e85dd751629becd8791ef3d264 Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Mon, 5 Jan 2026 21:40:34 +0100 Subject: [PATCH] Fix build warnings "package is missing a readme" Adding the existing one according to the instructions at: https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile --- buildscripts/{readme.txt => README.md} | 0 buildscripts/common.props | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename buildscripts/{readme.txt => README.md} (100%) diff --git a/buildscripts/readme.txt b/buildscripts/README.md similarity index 100% rename from buildscripts/readme.txt rename to buildscripts/README.md diff --git a/buildscripts/common.props b/buildscripts/common.props index ba84c3b188..9d8fb949dc 100644 --- a/buildscripts/common.props +++ b/buildscripts/common.props @@ -28,6 +28,7 @@ castle-logo.png false $(BuildVersion) + README.md true false $([System.DateTime]::Now.ToString("yyyy")) @@ -45,7 +46,7 @@ - +