Since TootTally depends on us, we should publish to NuGet as a library - that way they don't have to mess around with vendored DLLs.
I've gone ahead and set up the NuGet package similarly to how I've done it over in BaboonAPI. I've also added a GitHub CI workflow that triggers on new tags - though it's untested. This will need a NUGET_TOKEN CI secret set before merging!
I've set the version to 2.0.0-rc.1 - my intent is to get this published as a release candidate so I can start updating TootTally.
Since TootTally depends on us, we should publish to NuGet as a library - that way they don't have to mess around with vendored DLLs.
I've gone ahead and set up the NuGet package similarly to how I've done it over in BaboonAPI. I've also added a GitHub CI workflow that triggers on new tags - though it's untested. This will need a
NUGET_TOKEN
CI secret set before merging!I've set the version to 2.0.0-rc.1 - my intent is to get this published as a release candidate so I can start updating TootTally.