Library refactor and publish to nuget.org #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backstory
Back in April I started creating BioRand for Resident Evil 4 remake. The project is written in C# and I used code from this repository to generate the .pak files containing the modded content. I copied the necessary source files into my own repository as a library project that I could then reference from the randomizer project.
Today, I would like to now move this to a nuget package and publish it to nuget.org so that it can also be used by another biorand project for RE2R. It makes sense to commit my changes back here and have this repository publish to nuget.org so that we can get the latest updates and make it easy for anyone else to consume.
Changes
Creating a release
NUGET_APIKEY
and copy your nuget.org API key into the secret box.src\REE.PAK\REE.PAK.csproj
.v1.0.0
replacing the version number with the one in the csproj.It would be great if these changes could be incorporated and a nuget package be pushed to nuget.org for each release.
I am not sure how familiar you are with these processes, but I am happy to help with anything. I am also happy to be a maintainer if that is easier and publish the nupkg under my account.