Nuget Packages missing description
jzabroski opened this issue · 3 comments
jzabroski commented
jzabroski commented
It appears the fix should be here: https://github.com/rsocket/rsocket-net/blob/master/RSocket.Core/RSocket.Core.csproj
See: https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli and also https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#packagedescription
It appears you want to modify the csproj to add:
<PackageId>RSocket.Core</PackageId>
<PackageDescription>RSocket.NET is the RSocket protocol for Reactive Streams socket programming in .NET</PackageDescription>
<Authors>Robert Roeser</Authors>
<Company>Netifi</Company>
robertroeser commented
OlegDokuka commented
fixed as of 0.2.7 release