ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.

Repository from Github https://github.comethereum/c-kzg-4844Repository from Github https://github.comethereum/c-kzg-4844

Link readme in C# nuget package

jtraglia opened this issue · comments

When publishing the C# package, nuget prints a warning about a missing readme:

Pushing Ckzg.Bindings.0.1.2.51.nupkg to 'https://www.nuget.org/api/v2/package'...
  PUT https://www.nuget.org/api/v2/package/
warn : Readme missing. Go to https://aka.ms/nuget-include-readme learn How to include a readme file within the package.
  Created https://www.nuget.org/api/v2/package/ 1174ms
Your package was pushed.

I think it would be good to add this, seems pretty simple: