RandomEngy / PipeMethodCalls

Lightweight .NET Standard 2.0 library for method calls over named pipes for IPC. Supports two-way communication with callbacks.
https://www.nuget.org/packages/PipeMethodCalls
MIT License
145 stars 24 forks source link

Update README.md + suggestions #21

Closed kmgallahan closed 1 year ago

kmgallahan commented 1 year ago

Rework the library description to identify this as a .NET Standard 2.0 lib, and drop the reference to .NET Core as it is now just known as ".NET".

If these changes look good I would recommend a couple of additional actions:

https://learn.microsoft.com/en-us/nuget/release-notes/nuget-1.5#package-release-notes

https://learn.microsoft.com/en-us/nuget/reference/nuspec#releasenotes

RandomEngy commented 1 year ago

Thanks! Updated the GitHub repo description and the description in the .nuspec.

Though for the third one it required adding the readme, not releaseNotes.