From 34842d1a109bd6eb2297b5d4637b72dcf8d1b602 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 1 Aug 2023 14:42:13 -0400 Subject: [PATCH] Add PackageReadmeFile to csproj --- src/GuardClauses/GuardClauses.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/GuardClauses/GuardClauses.csproj b/src/GuardClauses/GuardClauses.csproj index c9964450..22748e1c 100644 --- a/src/GuardClauses/GuardClauses.csproj +++ b/src/GuardClauses/GuardClauses.csproj @@ -26,12 +26,15 @@ * Working through build issues for new contributors by @sadukie in https://github.com/ardalis/GuardClauses/pull/265 * Make type parameter T of the Null() method nullable and add overload for value types. by @amal-stack in https://github.com/ardalis/GuardClauses/pull/261 * Upgrade to dotnet 7.0 by @amal-stack in https://github.com/ardalis/GuardClauses/pull/282 - * Adds `NullOrOutOfRange` clauses, adding support for nullable classes/structs to `OutOfRange` by @rafaelsc in https://github.com/ardalis/GuardClauses/pull/143 - 4.1.0 + * Adds `NullOrOutOfRange` clauses, adding support for nullable classes/structs to `OutOfRange` by @rafaelsc in https://github.com/ardalis/GuardClauses/pull/143 + * Add README file to package + + 4.1.1 Ardalis.GuardClauses icon.png true true + README.md $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb