MaxWasUnavailable / LobbyCompatibility

Towards a future with fewer lobby incompatibility errors.
GNU Lesser General Public License v3.0
5 stars 3 forks source link

General Project Cleanup #48

Closed Xilophor closed 7 months ago

Xilophor commented 8 months ago

Cleans up the general project (i.e. .csproj, README, etc.) to prepare for the initial release.

This adds many NuGet-specific info/best-practices to the project. This also cleans up useless properties for references. Finally, this hides the path for stack traces to help with simplifying debugging.

legoandmars commented 8 months ago

I'm not super familiar with setting up projects for Nuget packages, but this looks good to me