You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is our README is in .rst format. The options are:
new README.md tailored to .NET
rewrite our .rst into .md
I prefer option 1 because our README has info for both embedding into Python and into .NET, but NuGet package is tailored only for embedding into .NET.
The text was updated successfully, but these errors were encountered:
NuGet.org now shows
README.md
file if you include it into the package.https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/
Problem is our README is in
.rst
format. The options are:README.md
tailored to .NET.rst
into.md
I prefer option 1 because our README has info for both embedding into Python and into .NET, but NuGet package is tailored only for embedding into .NET.
The text was updated successfully, but these errors were encountered: