LethalCompanyCommunity / LethalAPI.Core

A core modding library for Lethal Company
GNU Lesser General Public License v3.0
23 stars 7 forks source link

Fix Publicizer and Clean Dependencies #24

Closed Redforce04 closed 7 months ago

Redforce04 commented 7 months ago

Removed the unnecessary system attribute which is autogenerated by the Publicizer. Suppresses a warning required for the Publicizer to work. Makes the MelonLoader dependency a package reference.

Redforce04 commented 7 months ago

Additionally I added some minor xml documentation to the bootstrapper project to make it more human readable.