Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

Add Nuget package #57

Closed micah686 closed 2 years ago

micah686 commented 4 years ago

It would be really helpful if you made a nuget package for your library, so people don't have to manually download and add a copy of your project when they wanted to use the VndbSharp. Then, if anyone wanted to add VndbSharp to their project, they could just enter: Install-Package VndbSharp

With github Actions, there are several automated tools that can automate making and publishing a nuget package for you.

micah686 commented 4 years ago

Nuget package has been added: https://www.nuget.org/packages/VndbSharp/

Nikey646 commented 4 years ago

Leaving this issue open until the Github Actions workflow automatically updates the Nuget Package with newer versions.

Going forward, versioning will be more important as well.