Commit a793abe for zlib

commit a793abe0b518be90801fd804ea7d4d0aad70dc34
Author: AraHaan <seandhunt_7@yahoo.com>
Date:   Wed May 29 09:47:06 2024 -0400

    Add repository README to the nuget package.

diff --git a/contrib/nuget/nuget.csproj b/contrib/nuget/nuget.csproj
index 9dd2453..0639134 100644
--- a/contrib/nuget/nuget.csproj
+++ b/contrib/nuget/nuget.csproj
@@ -9,6 +9,7 @@
     <Copyright>(C) 1995-2025 Jean-loup Gailly and Mark Adler</Copyright>
     <version>1.3.1.2</version>
     <PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription>
+    <PackageReadmeFile>README</PackageReadmeFile>
     <!--
         Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories.
         Native only packages that is to be consumed in .NET should not require these.
@@ -20,6 +21,7 @@

   <ItemGroup>
     <None Include="../../LICENSE" Pack="true" PackagePath="" />
+    <None Include="../../README" Pack="true" PackagePath="" />
     <!-- Package up Windows builds. -->
     <None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" />
     <None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" />