rbwhitaker / realm-factory

The repository for Realm Factory, a lightweight level editor for XNA.
MIT License
6 stars 2 forks source link

[Feature Request] Make NuGet packages out of the libraries #21

Open rbwhitaker opened 4 years ago

rbwhitaker commented 4 years ago

Describe the feature you'd like to see It would be nice if the DLLs (not the program) were NuGet packages instead of just DLLs that you download off the website.

Describe why this feature would be helpful to you In the modern .NET world, NuGet has become a central and important component in deploying packages. I'd rather use NuGet to get my binary dependencies than pull them down and store the binaries in my repository.

Additional context I don't remember anymore how long ago NuGet came into existence and use. We might need to do #2 first, before we can reasonably do this.